Html Css Color HEX #09EDFD Aqua

📋 copy color: '#09EDFD'

red 9 ◦ green 237 ◦ blue 253

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

Shades of Aqua #09EDFD

Tints of Aqua #09EDFD

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 9 237 253 -
CMYK 0.96 0.06 0 0.01
HSL 183.93º 0.98% 0.51% -
HSV(B) 183.93º 0.96% 0.99% -
XYZ 48.13 67.72 103.46 -
YUV 170.65 174.46 12.7 -
System Red Green Blue C M Y K H S L
Decimal 9 237 253 0.96 0.06 0 0.01 183.93 0.98 0.51
Hex 9 ED FD 60 6 0 1 B8 62 33
Octal 11 355 375 140 6 0 1 270 142 63
Binary 1001 11101101 11111101 1100000 110 0 1 10111000 1100010 110011

Color Harmonies of #09EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDFD

Black with #09EDFD

Text Example


Text Example

White with #09EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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