#0DD2F6

Color #0DD2F6 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0DD2F6

Tints of Deep Sky Blue #0DD2F6

Color information

#0DD2F6 (or 0x0DD2F6) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, D2 and F6. RGB value is (13,210,246). Sum of RGB (Red+Green+Blue) = 13+210+246=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DD2F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD2F6 is #F22D09. Grayscale: #9A9A9A. Windows color (decimal): -15871242 or 16175629. OLE color: 16175629.

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

Color convert

RGB13210246-
CMYK0.950.1500.04
HSL189.27º92.83%50.78%-
HSV(B)189.27º94.72%96.47%-
XYZ39.8552.8395.29-
YUV155.2179.2326.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.77%
GREEN value IS 210 (82.42% from 255) = 44.78%
BLUE value IS 246 (96.48% from 255) = 52.45%
R=2.77%
G=44.78%
B=52.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132102460.950.1500.04189.2792.8350.78
HexDD2F65FF04bd5d33
Octal15322366137170427513563
Binary11011101001011110110101111111110100101111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DD2F6; }

 p { color: rgb(13,210,246); }

 H1.HeaderClassName
 {
   color: #0DD2F6;
 }
 .AnyTagClassName
 {
   color: #0DD2F6;
 }
</style>
background-color css

<style>
 a { background-color: #0DD2F6; }

 a { background-color: rgb(13,210,246); }

 div.DivClassName
 {
   background-color: #0DD2F6;
 }
 .BgClassName
 {
   background-color: #0DD2F6;
 }
</style>
border-color css

<style>
 span { border-color: #0DD2F6; }

 span { border-color: rgb(13,210,246); }

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