#01BCE6

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

Shades of Deep Sky Blue #01BCE6

Tints of Deep Sky Blue #01BCE6

Color information

#01BCE6 (or 0x01BCE6) is unknown color: approx Deep Sky Blue. HEX triplet: 01, BC and E6. RGB value is (1,188,230). Sum of RGB (Red+Green+Blue) = 1+188+230=419 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #01BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCE6 is #FE4319. Grayscale: #888888. Windows color (decimal): -16663322 or 15121409. OLE color: 15121409.

HSL color Cylindrical-coordinate representation of color #01BCE6: hue angle of 191º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCE6 is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1188230-
CMYK1.000.1800.10
HSL191º99.13%45.29%-
HSV(B)191º99.57%90.2%-
XYZ32.2841.6981.21-
YUV136.88180.5531.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 230 (90.23% from 255) = 54.89%
R=0.24%
G=44.87%
B=54.89%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11882301.000.1800.1019199.1345.29
Hex1BCE664120Abf632d
Octal12743461442201227714355
Binary1101111001110011011001001001001010101111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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