#01CEEE

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

Shades of Deep Sky Blue #01CEEE

Tints of Deep Sky Blue #01CEEE

Color information

#01CEEE (or 0x01CEEE) is unknown color: approx Deep Sky Blue. HEX triplet: 01, CE and EE. RGB value is (1,206,238). Sum of RGB (Red+Green+Blue) = 1+206+238=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #01CEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CEEE is #FE3111. Grayscale: #949494. Windows color (decimal): -16658706 or 15650305. OLE color: 15650305.

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

Color convert

RGB1206238-
CMYK1.000.1300.07
HSL188.1º99.16%46.86%-
HSV(B)188.1º99.58%93.33%-
XYZ37.5250.3288.62-
YUV148.35178.5822.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.22%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 238 (93.36% from 255) = 53.48%
R=0.22%
G=46.29%
B=53.48%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12062381.000.1300.07188.199.1646.86
Hex1CEEE64D07bc632f
Octal1316356144150727414357
Binary11100111011101110110010011010111101111001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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