Html Css Color HEX #09EEFE Aqua

📋 copy color: '#09EEFE'

red 9 ◦ green 238 ◦ blue 254

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

Shades of Aqua #09EEFE

Tints of Aqua #09EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

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

R = 1.8%
G = 47.5%
B = 50.7%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09EEFE (or 0x09EEFE) is known color: Aqua. HEX triplet: 09, EE and FE. RGB value is (9,238,254). Sum of RGB (Red+Green+Blue) = 9+238+254=501 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #09EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEFE is #F61101. Grayscale: #ABABAB. Windows color (decimal): -16126210 or 16707081. OLE color: 16707081.

HSL color Cylindrical-coordinate representation of color #09EEFE: hue angle of 183.92º 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 #09EEFE is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 238 254 -
CMYK 0.96 0.06 0 0.00
HSL 183.92º 0.99% 0.52% -
HSV(B) 183.92º 0.96% 1% -
XYZ 48.58 68.36 104.4 -
YUV 171.35 174.63 12.2 -
System Red Green Blue C M Y K H S L
Decimal 9 238 254 0.96 0.06 0 0.00 183.92 0.99 0.52
Hex 9 EE FE 60 6 0 0 B8 63 34
Octal 11 356 376 140 6 0 0 270 143 64
Binary 1001 11101110 11111110 1100000 110 0 0 10111000 1100011 110100

Color Harmonies of #09EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEFE

Black with #09EEFE

Text Example


Text Example

White with #09EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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