Html Css Color HEX #09FDED Aqua

📋 copy color: '#09FDED'

red 9 ◦ green 253 ◦ blue 237

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

Shades of Aqua #09FDED

Tints of Aqua #09FDED

RGB

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

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

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

R = 1.8%
G = 50.7%
B = 47.49%

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

#09FDED (or 0x09FDED) is known color: Aqua. HEX triplet: 09, FD and ED. RGB value is (9,253,237). Sum of RGB (Red+Green+Blue) = 9+253+237=499 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FDED is #F60212. Grayscale: #B2B2B2. Windows color (decimal): -16122387 or 15596809. OLE color: 15596809.

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

Color convert

RGB 9 253 237 -
CMYK 0.96 0 0.06 0.01
HSL 176.07º 0.98% 0.51% -
HSV(B) 176.07º 0.96% 0.99% -
XYZ 50.52 76.42 92.21 -
YUV 178.22 161.16 7.3 -
System Red Green Blue C M Y K H S L
Decimal 9 253 237 0.96 0 0.06 0.01 176.07 0.98 0.51
Hex 9 FD ED 60 0 6 1 B0 62 33
Octal 11 375 355 140 0 6 1 260 142 63
Binary 1001 11111101 11101101 1100000 0 110 1 10110000 1100010 110011

Color Harmonies of #09FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FDED

Black with #09FDED

Text Example


Text Example

White with #09FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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