#0DCBF8

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

Shades of Deep Sky Blue #0DCBF8

Tints of Deep Sky Blue #0DCBF8

Color information

#0DCBF8 (or 0x0DCBF8) is unknown color: approx Deep Sky Blue. HEX triplet: 0D, CB and F8. RGB value is (13,203,248). Sum of RGB (Red+Green+Blue) = 13+203+248=464 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #0DCBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBF8 is #F23407. Grayscale: #969696. Windows color (decimal): -15873032 or 16304909. OLE color: 16304909.

HSL color Cylindrical-coordinate representation of color #0DCBF8: hue angle of 191.49º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DCBF8 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13203248-
CMYK0.950.1800.03
HSL191.49º94.38%51.18%-
HSV(B)191.49º94.76%97.25%-
XYZ38.4749.5796.35-
YUV151.32182.5529.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.80%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=2.80%
G=43.75%
B=53.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal132032480.950.1800.03191.4994.3851.18
HexDCBF85F1203bf5e33
Octal15313370137220327713663
Binary11011100101111111000101111110010011101111111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,203,248); }

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

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

 a { background-color: rgb(13,203,248); }

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

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

 span { border-color: rgb(13,203,248); }

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