#0BD8F8

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

Shades of Deep Sky Blue #0BD8F8

Tints of Deep Sky Blue #0BD8F8

Color information

#0BD8F8 (or 0x0BD8F8) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, D8 and F8. RGB value is (11,216,248). Sum of RGB (Red+Green+Blue) = 11+216+248=475 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #0BD8F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD8F8 is #F42707. Grayscale: #9E9E9E. Windows color (decimal): -16000776 or 16308235. OLE color: 16308235.

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

Color convert

RGB11216248-
CMYK0.960.1300.03
HSL188.1º94.42%50.78%-
HSV(B)188.1º95.56%97.25%-
XYZ41.6455.9697.41-
YUV158.35178.5822.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.32%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 248 (97.27% from 255) = 52.21%
R=2.32%
G=45.47%
B=52.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112162480.960.1300.03188.194.4250.78
HexBD8F860D03bc5e33
Octal13330370140150327413663
Binary1011110110001111100011000001101011101111001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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