Html Css Color HEX #09FDEE Aqua

📋 copy color: '#09FDEE'

red 9 ◦ green 253 ◦ blue 238

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

Shades of Aqua #09FDEE

Tints of Aqua #09FDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 1.8%
G = 50.6%
B = 47.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#09FDEE (or 0x09FDEE) is known color: Aqua. HEX triplet: 09, FD and EE. RGB value is (9,253,238). Sum of RGB (Red+Green+Blue) = 9+253+238=500 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.8% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FDEE is #F60211. Grayscale: #B2B2B2. Windows color (decimal): -16122386 or 15662345. OLE color: 15662345.

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

Color convert

RGB 9 253 238 -
CMYK 0.96 0 0.06 0.01
HSL 176.31º 0.98% 0.51% -
HSV(B) 176.31º 0.96% 0.99% -
XYZ 50.67 76.48 92.98 -
YUV 178.33 161.66 7.22 -
System Red Green Blue C M Y K H S L
Decimal 9 253 238 0.96 0 0.06 0.01 176.31 0.98 0.51
Hex 9 FD EE 60 0 6 1 B0 62 33
Octal 11 375 356 140 0 6 1 260 142 63
Binary 1001 11111101 11101110 1100000 0 110 1 10110000 1100010 110011

Color Harmonies of #09FDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FDEE

Black with #09FDEE

Text Example


Text Example

White with #09FDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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