#01B2EE

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

Shades of Deep Sky Blue #01B2EE

Tints of Deep Sky Blue #01B2EE

Color information

#01B2EE (or 0x01B2EE) is unknown color: approx Deep Sky Blue. HEX triplet: 01, B2 and EE. RGB value is (1,178,238). Sum of RGB (Red+Green+Blue) = 1+178+238=417 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #01B2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B2EE is #FE4D11. Grayscale: #838383. Windows color (decimal): -16665874 or 15643137. OLE color: 15643137.

HSL color Cylindrical-coordinate representation of color #01B2EE: hue angle of 195.19º 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 #01B2EE is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1178238-
CMYK1.000.2500.07
HSL195.19º99.16%46.86%-
HSV(B)195.19º99.58%93.33%-
XYZ31.3738.0286.57-
YUV131.92187.8634.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 238 (93.36% from 255) = 57.07%
R=0.24%
G=42.69%
B=57.07%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11782381.000.2500.07195.1999.1646.86
Hex1B2EE641907c3632f
Octal1262356144310730314357
Binary110110010111011101100100110010111110000111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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