#0DC3F6

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

Shades of Deep Sky Blue #0DC3F6

Tints of Deep Sky Blue #0DC3F6

Color information

#0DC3F6 (or 0x0DC3F6) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, C3 and F6. RGB value is (13,195,246). Sum of RGB (Red+Green+Blue) = 13+195+246=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #0DC3F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC3F6 is #F23C09. Grayscale: #929292. Windows color (decimal): -15875082 or 16171789. OLE color: 16171789.

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

Color convert

RGB13195246-
CMYK0.950.2100.04
HSL193.13º92.83%50.78%-
HSV(B)193.13º94.72%96.47%-
XYZ36.3245.7794.11-
YUV146.4184.232.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.86%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 246 (96.48% from 255) = 54.19%
R=2.86%
G=42.95%
B=54.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131952460.950.2100.04193.1392.8350.78
HexDC3F65F1504c15d33
Octal15303366137250430113563
Binary110111000011111101101011111101010100110000011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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