Html Css Color HEX #09EAF6 Aqua

📋 copy color: '#09EAF6'

red 9 ◦ green 234 ◦ blue 246

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

Shades of Aqua #09EAF6

Tints of Aqua #09EAF6

RGB

 RED value IS 9 (3.91% from 255) = 1.84%

 GREEN value IS 234 (91.8% from 255) = 47.85%

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 1.84%
G = 47.85%
B = 50.31%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09EAF6 (or 0x09EAF6) is known color: Aqua. HEX triplet: 09, EA and F6. RGB value is (9,234,246). Sum of RGB (Red+Green+Blue) = 9+234+246=489 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #09EAF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EAF6 is #F61509. Grayscale: #A7A7A7. Windows color (decimal): -16127242 or 16181769. OLE color: 16181769.

HSL color Cylindrical-coordinate representation of color #09EAF6: hue angle of 183.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EAF6 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 234 246 -
CMYK 0.96 0.05 0 0.04
HSL 183.04º 0.93% 0.5% -
HSV(B) 183.04º 0.96% 0.96% -
XYZ 46.17 65.56 97.41 -
YUV 168.09 171.96 14.52 -
System Red Green Blue C M Y K H S L
Decimal 9 234 246 0.96 0.05 0 0.04 183.04 0.93 0.5
Hex 9 EA F6 60 5 0 4 B7 5D 32
Octal 11 352 366 140 5 0 4 267 135 62
Binary 1001 11101010 11110110 1100000 101 0 100 10110111 1011101 110010

Color Harmonies of #09EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAF6

Black with #09EAF6

Text Example


Text Example

White with #09EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09EAF6; }

 p { color: rgb(9,234,246); }

 H1.HeaderClassName
 {
   color: #09EAF6;
 }
 .AnyTagClassName
 {
   color: #09EAF6;
 }
</style>

background-color css

<style>
 a { background-color: #09EAF6; }

 a { background-color: rgb(9,234,246); }

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

border-color css

<style>
 span { border-color: #09EAF6; }

 span { border-color: rgb(9,234,246); }

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