#0DABEB

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

Shades of Deep Sky Blue #0DABEB

Tints of Deep Sky Blue #0DABEB

Color information

#0DABEB (or 0x0DABEB) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, AB and EB. RGB value is (13,171,235). Sum of RGB (Red+Green+Blue) = 13+171+235=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DABEB is #F25414. Grayscale: #828282. Windows color (decimal): -15881237 or 15444749. OLE color: 15444749.

HSL color Cylindrical-coordinate representation of color #0DABEB: hue angle of 197.3º 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 #0DABEB is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13171235-
CMYK0.940.2700.08
HSL197.3º89.52%48.63%-
HSV(B)197.3º94.47%92.16%-
XYZ29.7235.2183.83-
YUV131.05186.6543.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.10%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 235 (92.19% from 255) = 56.09%
R=3.10%
G=40.81%
B=56.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal131712350.940.2700.08197.389.5248.63
HexDABEB5E1B08c55a31
Octal152533531363301030513261
Binary1101101010111110101110111101101101000110001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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