Html Css Color HEX #09FFED Aqua

📋 copy color: '#09FFED'

red 9 ◦ green 255 ◦ blue 237

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

Shades of Aqua #09FFED

Tints of Aqua #09FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 50.9%

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 1.8%
G = 50.9%
B = 47.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#09FFED (or 0x09FFED) is known color: Aqua. HEX triplet: 09, FF and ED. RGB value is (9,255,237). Sum of RGB (Red+Green+Blue) = 9+255+237=501 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFED is #F60012. Grayscale: #B3B3B3. Windows color (decimal): -16121875 or 15597321. OLE color: 15597321.

HSL color Cylindrical-coordinate representation of color #09FFED: hue angle of 175.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFED is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 9 255 237 -
CMYK 0.96 0 0.07 0
HSL 175.61º 1% 0.52% -
HSV(B) 175.61º 0.96% 1% -
XYZ 51.16 77.69 92.42 -
YUV 179.39 160.5 6.46 -
System Red Green Blue C M Y K H S L
Decimal 9 255 237 0.96 0 0.07 0 175.61 1 0.52
Hex 9 FF ED 60 0 7 0 B0 64 34
Octal 11 377 355 140 0 7 0 260 144 64
Binary 1001 11111111 11101101 1100000 0 111 0 10110000 1100100 110100

Color Harmonies of #09FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFED

Black with #09FFED

Text Example


Text Example

White with #09FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,255,237); }

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

background-color css

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

 a { background-color: rgb(9,255,237); }

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

border-color css

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

 span { border-color: rgb(9,255,237); }

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