Html Css Color HEX #09FEFC Aqua

📋 copy color: '#09FEFC'

red 9 ◦ green 254 ◦ blue 252

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

Shades of Aqua #09FEFC

Tints of Aqua #09FEFC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.32%

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

R = 1.75%
G = 49.32%
B = 48.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#09FEFC (or 0x09FEFC) is known color: Aqua. HEX triplet: 09, FE and FC. RGB value is (9,254,252). Sum of RGB (Red+Green+Blue) = 9+254+252=515 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.75% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FEFC is #F60103. Grayscale: #B4B4B4. Windows color (decimal): -16122116 or 16580105. OLE color: 16580105.

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

Color convert

RGB 9 254 252 -
CMYK 0.96 0 0.01 0.00
HSL 179.51º 0.99% 0.52% -
HSV(B) 179.51º 0.96% 1% -
XYZ 53.13 77.97 104.35 -
YUV 180.52 168.33 5.66 -
System Red Green Blue C M Y K H S L
Decimal 9 254 252 0.96 0 0.01 0.00 179.51 0.99 0.52
Hex 9 FE FC 60 0 1 0 B4 63 34
Octal 11 376 374 140 0 1 0 264 143 64
Binary 1001 11111110 11111100 1100000 0 1 0 10110100 1100011 110100

Color Harmonies of #09FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FEFC

Black with #09FEFC

Text Example


Text Example

White with #09FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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