#01B1EE

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

Shades of Deep Sky Blue #01B1EE

Tints of Deep Sky Blue #01B1EE

Color information

#01B1EE (or 0x01B1EE) is unknown color: approx Deep Sky Blue. HEX triplet: 01, B1 and EE. RGB value is (1,177,238). Sum of RGB (Red+Green+Blue) = 1+177+238=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #01B1EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B1EE is #FE4E11. Grayscale: #828282. Windows color (decimal): -16666130 or 15642881. OLE color: 15642881.

HSL color Cylindrical-coordinate representation of color #01B1EE: hue angle of 195.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B1EE is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1177238-
CMYK1.000.2600.07
HSL195.44º99.16%46.86%-
HSV(B)195.44º99.58%93.33%-
XYZ31.1737.6286.51-
YUV131.33188.1935.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 238 (93.36% from 255) = 57.21%
R=0.24%
G=42.55%
B=57.21%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11772381.000.2600.07195.4499.1646.86
Hex1B1EE641A07c3632f
Octal1261356144320730314357
Binary110110001111011101100100110100111110000111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,177,238); }

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

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

 a { background-color: rgb(1,177,238); }

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

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

 span { border-color: rgb(1,177,238); }

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