#08E5F9

Color #08E5F9 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #08E5F9

Tints of Aqua #08E5F9

Color information

#08E5F9 (or 0x08E5F9) is unknown color: approx Aqua. HEX triplet: 08, E5 and F9. RGB value is (8,229,249). Sum of RGB (Red+Green+Blue) = 8+229+249=486 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #08E5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E5F9 is #F71A06. Grayscale: #A4A4A4. Windows color (decimal): -16194055 or 16377096. OLE color: 16377096.

HSL color Cylindrical-coordinate representation of color #08E5F9: hue angle of 184.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E5F9 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8229249-
CMYK0.970.0800.02
HSL184.98º95.26%50.39%-
HSV(B)184.98º96.79%97.65%-
XYZ45.2262.9399.39-
YUV165.2175.2815.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.65%
GREEN value IS 229 (89.84% from 255) = 47.12%
BLUE value IS 249 (97.66% from 255) = 51.23%
R=1.65%
G=47.12%
B=51.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82292490.970.0800.02184.9895.2650.39
Hex8E5F961802b95f32
Octal10345371141100227113762
Binary1000111001011111100111000011000010101110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08E5F9; }

 p { color: rgb(8,229,249); }

 H1.HeaderClassName
 {
   color: #08E5F9;
 }
 .AnyTagClassName
 {
   color: #08E5F9;
 }
</style>
background-color css

<style>
 a { background-color: #08E5F9; }

 a { background-color: rgb(8,229,249); }

 div.DivClassName
 {
   background-color: #08E5F9;
 }
 .BgClassName
 {
   background-color: #08E5F9;
 }
</style>
border-color css

<style>
 span { border-color: #08E5F9; }

 span { border-color: rgb(8,229,249); }

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