#0DB5F5

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

Shades of Deep Sky Blue #0DB5F5

Tints of Deep Sky Blue #0DB5F5

Color information

#0DB5F5 (or 0x0DB5F5) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, B5 and F5. RGB value is (13,181,245). Sum of RGB (Red+Green+Blue) = 13+181+245=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 245 (96.09% from 255 or 55.81% from 439); Max value from RGB is 245 - color contains mainly: blue. Hex color #0DB5F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB5F5 is #F24A0A. Grayscale: #898989. Windows color (decimal): -15878667 or 16102669. OLE color: 16102669.

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

Color convert

RGB13181245-
CMYK0.950.2600.04
HSL196.55º92.06%50.59%-
HSV(B)196.55º94.69%96.08%-
XYZ33.1739.7392.31-
YUV138.06188.3438.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.96%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 245 (96.09% from 255) = 55.81%
R=2.96%
G=41.23%
B=55.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal131812450.950.2600.04196.5592.0650.59
HexDB5F55F1A04c55c33
Octal15265365137320430513463
Binary110110110101111101011011111110100100110001011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,181,245); }

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

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

 a { background-color: rgb(13,181,245); }

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

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

 span { border-color: rgb(13,181,245); }

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