#08B1F5

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

Shades of Deep Sky Blue #08B1F5

Tints of Deep Sky Blue #08B1F5

Color information

#08B1F5 (or 0x08B1F5) is unknown color: approx Deep Sky Blue. HEX triplet: 08, B1 and F5. RGB value is (8,177,245). Sum of RGB (Red+Green+Blue) = 8+177+245=430 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #08B1F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08B1F5 is #F74E0A. Grayscale: #858585. Windows color (decimal): -16207371 or 16101640. OLE color: 16101640.

HSL color Cylindrical-coordinate representation of color #08B1F5: hue angle of 197.22º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B1F5 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8177245-
CMYK0.970.2800.04
HSL197.22º93.68%49.61%-
HSV(B)197.22º96.73%96.08%-
XYZ32.338.0992.04-
YUV134.22190.5137.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.86%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 245 (96.09% from 255) = 56.98%
R=1.86%
G=41.16%
B=56.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal81772450.970.2800.04197.2293.6849.61
Hex8B1F5611C04c55e32
Octal10261365141340430513662
Binary100010110001111101011100001111000100110001011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,177,245); }

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

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

 a { background-color: rgb(8,177,245); }

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

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

 span { border-color: rgb(8,177,245); }

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