#08BCE6

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

Shades of Deep Sky Blue #08BCE6

Tints of Deep Sky Blue #08BCE6

Color information

#08BCE6 (or 0x08BCE6) is unknown color: approx Deep Sky Blue. HEX triplet: 08, BC and E6. RGB value is (8,188,230). Sum of RGB (Red+Green+Blue) = 8+188+230=426 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #08BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCE6 is #F74319. Grayscale: #8A8A8A. Windows color (decimal): -16204570 or 15121416. OLE color: 15121416.

HSL color Cylindrical-coordinate representation of color #08BCE6: hue angle of 191.35º 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 #08BCE6 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8188230-
CMYK0.970.1800.10
HSL191.35º93.28%46.67%-
HSV(B)191.35º96.52%90.2%-
XYZ32.3741.7381.21-
YUV138.97179.3734.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.88%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 230 (90.23% from 255) = 53.99%
R=1.88%
G=44.13%
B=53.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81882300.970.1800.10191.3593.2846.67
Hex8BCE661120Abf5d2f
Octal102743461412201227713557
Binary1000101111001110011011000011001001010101111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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