#0bd7fe

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

Shades of Deep Sky Blue #0BD7FE

Tints of Deep Sky Blue #0BD7FE

Color information

#0BD7FE (or 0x0BD7FE) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, D7 and FE. RGB value is (11,215,254). Sum of RGB (Red+Green+Blue) = 11+215+254=480 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BD7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD7FE is #F42801. Grayscale: #9E9E9E. Windows color (decimal): -16001026 or 16701195. OLE color: 16701195.

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

Color convert

RGB11215254-
CMYK0.960.1500.00
HSL189.63º99.18%51.96%-
HSV(B)189.63º95.67%99.61%-
XYZ42.3355.83102.31-
YUV158.45181.9122.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.29%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 254 (99.61% from 255) = 52.92%
R=2.29%
G=44.79%
B=52.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112152540.960.1500.00189.6399.1851.96
HexBD7FE60F00be6334
Octal13327376140170027614364
Binary101111010111111111101100000111100101111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bd7fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,215,254); }

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

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

 a { background-color: rgb(11,215,254); }

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

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

 span { border-color: rgb(11,215,254); }

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