Html Css Color HEX #09D0ED Deep Sky Blue

📋 copy color: '#09D0ED'

red 9 ◦ green 208 ◦ blue 237

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

Shades of Deep Sky Blue #09D0ED

Tints of Deep Sky Blue #09D0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

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

R = 1.98%
G = 45.81%
B = 52.2%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09D0ED (or 0x09D0ED) is known color: Deep Sky Blue. HEX triplet: 09, D0 and ED. RGB value is (9,208,237). Sum of RGB (Red+Green+Blue) = 9+208+237=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #09D0ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D0ED is #F62F12. Grayscale: #979797. Windows color (decimal): -16133907 or 15585289. OLE color: 15585289.

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

Color convert

RGB 9 208 237 -
CMYK 0.96 0.12 0 0.07
HSL 187.63º 0.93% 0.48% -
HSV(B) 187.63º 0.96% 0.93% -
XYZ 37.95 51.28 88.02 -
YUV 151.81 176.07 26.14 -
System Red Green Blue C M Y K H S L
Decimal 9 208 237 0.96 0.12 0 0.07 187.63 0.93 0.48
Hex 9 D0 ED 60 C 0 7 BC 5D 30
Octal 11 320 355 140 14 0 7 274 135 60
Binary 1001 11010000 11101101 1100000 1100 0 111 10111100 1011101 110000

Color Harmonies of #09D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D0ED

Black with #09D0ED

Text Example


Text Example

White with #09D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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