Html Css Color HEX #09EDFF Aqua

📋 copy color: '#09EDFF'

red 9 ◦ green 237 ◦ blue 255

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

Shades of Aqua #09EDFF

Tints of Aqua #09EDFF

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 9 237 255 -
CMYK 0.96 0.07 0 0
HSL 184.39º 1% 0.52% -
HSV(B) 184.39º 0.96% 1% -
XYZ 48.45 67.85 105.15 -
YUV 170.88 175.46 12.54 -
System Red Green Blue C M Y K H S L
Decimal 9 237 255 0.96 0.07 0 0 184.39 1 0.52
Hex 9 ED FF 60 7 0 0 B8 64 34
Octal 11 355 377 140 7 0 0 270 144 64
Binary 1001 11101101 11111111 1100000 111 0 0 10111000 1100100 110100

Color Harmonies of #09EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDFF

Black with #09EDFF

Text Example


Text Example

White with #09EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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