Html Css Color HEX #09FAEC Aqua

📋 copy color: '#09FAEC'

red 9 ◦ green 250 ◦ blue 236

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

Shades of Aqua #09FAEC

Tints of Aqua #09FAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.51%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 1.82%
G = 50.51%
B = 47.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#09FAEC (or 0x09FAEC) is known color: Aqua. HEX triplet: 09, FA and EC. RGB value is (9,250,236). Sum of RGB (Red+Green+Blue) = 9+250+236=495 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.82% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAEC is #F60513. Grayscale: #B0B0B0. Windows color (decimal): -16123156 or 15530505. OLE color: 15530505.

HSL color Cylindrical-coordinate representation of color #09FAEC: hue angle of 176.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FAEC is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 250 236 -
CMYK 0.96 0 0.06 0.02
HSL 176.51º 0.96% 0.51% -
HSV(B) 176.51º 0.96% 0.98% -
XYZ 49.44 74.49 91.13 -
YUV 176.35 161.66 8.64 -
System Red Green Blue C M Y K H S L
Decimal 9 250 236 0.96 0 0.06 0.02 176.51 0.96 0.51
Hex 9 FA EC 60 0 6 2 B1 60 33
Octal 11 372 354 140 0 6 2 261 140 63
Binary 1001 11111010 11101100 1100000 0 110 10 10110001 1100000 110011

Color Harmonies of #09FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FAEC

Black with #09FAEC

Text Example


Text Example

White with #09FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,250,236); }

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

background-color css

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

 a { background-color: rgb(9,250,236); }

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

border-color css

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

 span { border-color: rgb(9,250,236); }

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