#0BACFF

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

Shades of Deep Sky Blue #0BACFF

Tints of Deep Sky Blue #0BACFF

Color information

#0BACFF (or 0x0BACFF) is unknown color: approx Deep Sky Blue. HEX triplet: 0B, AC and FF. RGB value is (11,172,255). Sum of RGB (Red+Green+Blue) = 11+172+255=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BACFF is #F45300. Grayscale: #848484. Windows color (decimal): -16012033 or 16755723. OLE color: 16755723.

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

Color convert

RGB11172255-
CMYK0.960.3300
HSL200.41º100%52.16%-
HSV(B)200.41º95.69%100%-
XYZ32.9436.899.97-
YUV133.32196.6640.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.51%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 255 (100% from 255) = 58.22%
R=2.51%
G=39.27%
B=58.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal111722550.960.3300200.4110052.16
HexBACFF602100c86434
Octal13254377140410031014464
Binary10111010110011111111110000010000100110010001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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