Html Css Color HEX #09FDEC Aqua

📋 copy color: '#09FDEC'

red 9 ◦ green 253 ◦ blue 236

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

Shades of Aqua #09FDEC

Tints of Aqua #09FDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.8%

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

R = 1.81%
G = 50.8%
B = 47.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#09FDEC (or 0x09FDEC) is known color: Aqua. HEX triplet: 09, FD and EC. RGB value is (9,253,236). Sum of RGB (Red+Green+Blue) = 9+253+236=498 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FDEC is #F60213. Grayscale: #B1B1B1. Windows color (decimal): -16122388 or 15531273. OLE color: 15531273.

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

Color convert

RGB 9 253 236 -
CMYK 0.96 0 0.07 0.01
HSL 175.82º 0.98% 0.51% -
HSV(B) 175.82º 0.96% 0.99% -
XYZ 50.38 76.36 91.44 -
YUV 178.11 160.66 7.38 -
System Red Green Blue C M Y K H S L
Decimal 9 253 236 0.96 0 0.07 0.01 175.82 0.98 0.51
Hex 9 FD EC 60 0 7 1 B0 62 33
Octal 11 375 354 140 0 7 1 260 142 63
Binary 1001 11111101 11101100 1100000 0 111 1 10110000 1100010 110011

Color Harmonies of #09FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FDEC

Black with #09FDEC

Text Example


Text Example

White with #09FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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