Html Css Color HEX #09EDF6 Aqua

📋 copy color: '#09EDF6'

red 9 ◦ green 237 ◦ blue 246

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

Shades of Aqua #09EDF6

Tints of Aqua #09EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50%

R = 1.83%
G = 48.17%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09EDF6 (or 0x09EDF6) is known color: Aqua. HEX triplet: 09, ED and F6. RGB value is (9,237,246). Sum of RGB (Red+Green+Blue) = 9+237+246=492 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #09EDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EDF6 is #F61209. Grayscale: #A9A9A9. Windows color (decimal): -16126474 or 16182537. OLE color: 16182537.

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

Color convert

RGB 9 237 246 -
CMYK 0.96 0.04 0 0.04
HSL 182.28º 0.93% 0.5% -
HSV(B) 182.28º 0.96% 0.96% -
XYZ 47.03 67.28 97.7 -
YUV 169.85 170.96 13.27 -
System Red Green Blue C M Y K H S L
Decimal 9 237 246 0.96 0.04 0 0.04 182.28 0.93 0.5
Hex 9 ED F6 60 4 0 4 B6 5D 32
Octal 11 355 366 140 4 0 4 266 135 62
Binary 1001 11101101 11110110 1100000 100 0 100 10110110 1011101 110010

Color Harmonies of #09EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDF6

Black with #09EDF6

Text Example


Text Example

White with #09EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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