Html Css Color HEX #0FFEEB Aqua

📋 copy color: '#0FFEEB'

red 15 ◦ green 254 ◦ blue 235

#0FFEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #0FFEEB

Tints of Aqua #0FFEEB

RGB

 RED value IS 15 (6.25% from 255) = 2.98%

 GREEN value IS 254 (99.61% from 255) = 50.4%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 2.98%
G = 50.4%
B = 46.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FFEEB (or 0x0FFEEB) is known color: Aqua. HEX triplet: 0F, FE and EB. RGB value is (15,254,235). Sum of RGB (Red+Green+Blue) = 15+254+235=504 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFEEB is #F00114. Grayscale: #B4B4B4. Windows color (decimal): -15728917 or 15465999. OLE color: 15465999.

HSL color Cylindrical-coordinate representation of color #0FFEEB: hue angle of 175.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFEEB is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 254 235 -
CMYK 0.94 0 0.07 0.00
HSL 175.23º 0.99% 0.53% -
HSV(B) 175.23º 0.94% 1% -
XYZ 50.63 76.98 90.79 -
YUV 180.37 158.82 10.04 -
System Red Green Blue C M Y K H S L
Decimal 15 254 235 0.94 0 0.07 0.00 175.23 0.99 0.53
Hex F FE EB 5E 0 7 0 AF 63 35
Octal 17 376 353 136 0 7 0 257 143 65
Binary 1111 11111110 11101011 1011110 0 111 0 10101111 1100011 110101

Color Harmonies of #0FFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFEEB

Black with #0FFEEB

Text Example


Text Example

White with #0FFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FFEEB; }

 p { color: rgb(15,254,235); }

 H1.HeaderClassName
 {
   color: #0FFEEB;
 }
 .AnyTagClassName
 {
   color: #0FFEEB;
 }
</style>

background-color css

<style>
 a { background-color: #0FFEEB; }

 a { background-color: rgb(15,254,235); }

 div.DivClassName
 {
   background-color: #0FFEEB;
 }
 .BgClassName
 {
   background-color: #0FFEEB;
 }
</style>

border-color css

<style>
 span { border-color: #0FFEEB; }

 span { border-color: rgb(15,254,235); }

 td.TdClassName
 {
   border-color: #0FFEEB;
 }
 .TagClassName
 {
   border-color: #0FFEEB;
 }
</style>