#0BD8FF

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

Shades of Deep Sky Blue #0BD8FF

Tints of Deep Sky Blue #0BD8FF

Color information

#0BD8FF (or 0x0BD8FF) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, D8 and FF. RGB value is (11,216,255). Sum of RGB (Red+Green+Blue) = 11+216+255=482 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BD8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD8FF is #F42700. Grayscale: #9E9E9E. Windows color (decimal): -16000769 or 16766987. OLE color: 16766987.

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

Color convert

RGB11216255-
CMYK0.960.1500
HSL189.59º100%52.16%-
HSV(B)189.59º95.69%100%-
XYZ42.7456.4103.24-
YUV159.15182.0822.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.28%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 255 (100% from 255) = 52.90%
R=2.28%
G=44.81%
B=52.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112162550.960.1500189.5910052.16
HexBD8FF60F00be6434
Octal13330377140170027614464
Binary101111011000111111111100000111100101111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,216,255); }

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

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

 a { background-color: rgb(11,216,255); }

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

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

 span { border-color: rgb(11,216,255); }

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