#08B2E6

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

Shades of Deep Sky Blue #08B2E6

Tints of Deep Sky Blue #08B2E6

Color information

#08B2E6 (or 0x08B2E6) is unknown color: approx Deep Sky Blue. HEX triplet: 08, B2 and E6. RGB value is (8,178,230). Sum of RGB (Red+Green+Blue) = 8+178+230=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #08B2E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08B2E6 is #F74D19. Grayscale: #848484. Windows color (decimal): -16207130 or 15118856. OLE color: 15118856.

HSL color Cylindrical-coordinate representation of color #08B2E6: hue angle of 194.05º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B2E6 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8178230-
CMYK0.970.2300.10
HSL194.05º93.28%46.67%-
HSV(B)194.05º96.52%90.2%-
XYZ30.337.6180.52-
YUV133.1182.6838.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.92%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 230 (90.23% from 255) = 55.29%
R=1.92%
G=42.79%
B=55.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81782300.970.2300.10194.0593.2846.67
Hex8B2E661170Ac25d2f
Octal102623461412701230213557
Binary1000101100101110011011000011011101010110000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,178,230); }

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

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

 a { background-color: rgb(8,178,230); }

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

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

 span { border-color: rgb(8,178,230); }

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