#0DD3F6

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

Shades of Deep Sky Blue #0DD3F6

Tints of Deep Sky Blue #0DD3F6

Color information

#0DD3F6 (or 0x0DD3F6) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, D3 and F6. RGB value is (13,211,246). Sum of RGB (Red+Green+Blue) = 13+211+246=470 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DD3F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD3F6 is #F22C09. Grayscale: #9B9B9B. Windows color (decimal): -15870986 or 16175885. OLE color: 16175885.

HSL color Cylindrical-coordinate representation of color #0DD3F6: hue angle of 189.01º 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 #0DD3F6 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13211246-
CMYK0.950.1400.04
HSL189.01º92.83%50.78%-
HSV(B)189.01º94.72%96.47%-
XYZ40.0953.3395.37-
YUV155.79178.926.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.77%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=2.77%
G=44.89%
B=52.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132112460.950.1400.04189.0192.8350.78
HexDD3F65FE04bd5d33
Octal15323366137160427513563
Binary11011101001111110110101111111100100101111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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