#0BDDFD

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

Shades of Deep Sky Blue #0BDDFD

Tints of Deep Sky Blue #0BDDFD

Color information

#0BDDFD (or 0x0BDDFD) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, DD and FD. RGB value is (11,221,253). Sum of RGB (Red+Green+Blue) = 11+221+253=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BDDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDDFD is #F42202. Grayscale: #A1A1A1. Windows color (decimal): -15999491 or 16637195. OLE color: 16637195.

HSL color Cylindrical-coordinate representation of color #0BDDFD: hue angle of 187.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BDDFD is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11221253-
CMYK0.960.1300.01
HSL187.93º98.37%51.76%-
HSV(B)187.93º95.65%99.22%-
XYZ43.7258.88101.99-
YUV161.86179.4320.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.27%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=2.27%
G=45.57%
B=52.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112212530.960.1300.01187.9398.3751.76
HexBDDFD60D01bc6234
Octal13335375140150127414264
Binary101111011101111111011100000110101101111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,221,253); }

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

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

 a { background-color: rgb(11,221,253); }

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

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

 span { border-color: rgb(11,221,253); }

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