#08B6F9

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

Shades of Deep Sky Blue #08B6F9

Tints of Deep Sky Blue #08B6F9

Color information

#08B6F9 (or 0x08B6F9) is unknown color: approx Deep Sky Blue. HEX triplet: 08, B6 and F9. RGB value is (8,182,249). Sum of RGB (Red+Green+Blue) = 8+182+249=439 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #08B6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08B6F9 is #F74906. Grayscale: #898989. Windows color (decimal): -16206087 or 16365064. OLE color: 16365064.

HSL color Cylindrical-coordinate representation of color #08B6F9: hue angle of 196.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B6F9 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8182249-
CMYK0.970.2700.02
HSL196.68º95.26%50.39%-
HSV(B)196.68º96.79%97.65%-
XYZ33.9340.3595.62-
YUV137.61190.8535.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.82%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 249 (97.66% from 255) = 56.72%
R=1.82%
G=41.46%
B=56.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81822490.970.2700.02196.6895.2650.39
Hex8B6F9611B02c55f32
Octal10266371141330230513762
Binary10001011011011111001110000111011010110001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B6F9; }

 p { color: rgb(8,182,249); }

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

<style>
 a { background-color: #08B6F9; }

 a { background-color: rgb(8,182,249); }

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

<style>
 span { border-color: #08B6F9; }

 span { border-color: rgb(8,182,249); }

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