Html Css Color HEX #09EAFE Aqua

📋 copy color: '#09EAFE'

red 9 ◦ green 234 ◦ blue 254

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

Shades of Aqua #09EAFE

Tints of Aqua #09EAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 1.81%
G = 47.08%
B = 51.11%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09EAFE (or 0x09EAFE) is known color: Aqua. HEX triplet: 09, EA and FE. RGB value is (9,234,254). Sum of RGB (Red+Green+Blue) = 9+234+254=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #09EAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EAFE is #F61501. Grayscale: #A8A8A8. Windows color (decimal): -16127234 or 16706057. OLE color: 16706057.

HSL color Cylindrical-coordinate representation of color #09EAFE: hue angle of 184.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EAFE is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 234 254 -
CMYK 0.96 0.08 0 0.00
HSL 184.9º 0.99% 0.52% -
HSV(B) 184.9º 0.96% 1% -
XYZ 47.42 66.06 104.02 -
YUV 169.01 175.96 13.87 -
System Red Green Blue C M Y K H S L
Decimal 9 234 254 0.96 0.08 0 0.00 184.9 0.99 0.52
Hex 9 EA FE 60 8 0 0 B9 63 34
Octal 11 352 376 140 10 0 0 271 143 64
Binary 1001 11101010 11111110 1100000 1000 0 0 10111001 1100011 110100

Color Harmonies of #09EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAFE

Black with #09EAFE

Text Example


Text Example

White with #09EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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