#0DBCEB

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

Shades of Deep Sky Blue #0DBCEB

Tints of Deep Sky Blue #0DBCEB

Color information

#0DBCEB (or 0x0DBCEB) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, BC and EB. RGB value is (13,188,235). Sum of RGB (Red+Green+Blue) = 13+188+235=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DBCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBCEB is #F24314. Grayscale: #8C8C8C. Windows color (decimal): -15876885 or 15449101. OLE color: 15449101.

HSL color Cylindrical-coordinate representation of color #0DBCEB: hue angle of 192.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBCEB is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13188235-
CMYK0.940.200.08
HSL192.7º89.52%48.63%-
HSV(B)192.7º94.47%92.16%-
XYZ33.1442.0584.97-
YUV141.03181.0236.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.98%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=2.98%
G=43.12%
B=53.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal131882350.940.200.08192.789.5248.63
HexDBCEB5E1408c15a31
Octal152743531362401030113261
Binary1101101111001110101110111101010001000110000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,188,235); }

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

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

 a { background-color: rgb(13,188,235); }

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

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

 span { border-color: rgb(13,188,235); }

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