Html Css Color HEX #09ECFC Aqua

📋 copy color: '#09ECFC'

red 9 ◦ green 236 ◦ blue 252

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

Shades of Aqua #09ECFC

Tints of Aqua #09ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.48%

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 1.81%
G = 47.48%
B = 50.7%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09ECFC (or 0x09ECFC) is known color: Aqua. HEX triplet: 09, EC and FC. RGB value is (9,236,252). Sum of RGB (Red+Green+Blue) = 9+236+252=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #09ECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECFC is #F61303. Grayscale: #A9A9A9. Windows color (decimal): -16126724 or 16575497. OLE color: 16575497.

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

Color convert

RGB 9 236 252 -
CMYK 0.96 0.06 0 0.01
HSL 183.95º 0.98% 0.51% -
HSV(B) 183.95º 0.96% 0.99% -
XYZ 47.68 67.08 102.53 -
YUV 169.95 174.29 13.2 -
System Red Green Blue C M Y K H S L
Decimal 9 236 252 0.96 0.06 0 0.01 183.95 0.98 0.51
Hex 9 EC FC 60 6 0 1 B8 62 33
Octal 11 354 374 140 6 0 1 270 142 63
Binary 1001 11101100 11111100 1100000 110 0 1 10111000 1100010 110011

Color Harmonies of #09ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ECFC

Black with #09ECFC

Text Example


Text Example

White with #09ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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