#0DB3FB

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

Shades of Deep Sky Blue #0DB3FB

Tints of Deep Sky Blue #0DB3FB

Color information

#0DB3FB (or 0x0DB3FB) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, B3 and FB. RGB value is (13,179,251). Sum of RGB (Red+Green+Blue) = 13+179+251=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DB3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB3FB is #F24C04. Grayscale: #898989. Windows color (decimal): -15879173 or 16495373. OLE color: 16495373.

HSL color Cylindrical-coordinate representation of color #0DB3FB: hue angle of 198.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB3FB is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13179251-
CMYK0.950.2900.02
HSL198.15º96.75%51.76%-
HSV(B)198.15º94.82%98.43%-
XYZ33.739.2997.07-
YUV137.5719239.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.93%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 251 (98.44% from 255) = 56.66%
R=2.93%
G=40.41%
B=56.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal131792510.950.2900.02198.1596.7551.76
HexDB3FB5F1D02c66134
Octal15263373137350230614164
Binary11011011001111111011101111111101010110001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,179,251); }

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

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

 a { background-color: rgb(13,179,251); }

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

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

 span { border-color: rgb(13,179,251); }

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