#0BB8FF

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

Shades of Deep Sky Blue #0BB8FF

Tints of Deep Sky Blue #0BB8FF

Color information

#0BB8FF (or 0x0BB8FF) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, B8 and FF. RGB value is (11,184,255). Sum of RGB (Red+Green+Blue) = 11+184+255=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BB8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB8FF is #F44700. Grayscale: #8B8B8B. Windows color (decimal): -16008961 or 16758795. OLE color: 16758795.

HSL color Cylindrical-coordinate representation of color #0BB8FF: hue angle of 197.46º 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 #0BB8FF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11184255-
CMYK0.960.2800
HSL197.46º100%52.16%-
HSV(B)197.46º95.69%100%-
XYZ35.3341.57100.77-
YUV140.37192.6935.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.44%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 255 (100% from 255) = 56.67%
R=2.44%
G=40.89%
B=56.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal111842550.960.2800197.4610052.16
HexBB8FF601C00c56434
Octal13270377140340030514464
Binary1011101110001111111111000001110000110001011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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