#01CCB3

Color #01CCB3 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #01CCB3

Tints of Robin's Egg Blue #01CCB3

Color information

#01CCB3 (or 0x01CCB3) is unknown color: approx Robin's Egg Blue. HEX triplet: 01, CC and B3. RGB value is (1,204,179). Sum of RGB (Red+Green+Blue) = 1+204+179=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCB3 is #FE334C. Grayscale: #8C8C8C. Windows color (decimal): -16659277 or 11783169. OLE color: 11783169.

HSL color Cylindrical-coordinate representation of color #01CCB3: hue angle of 172.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCB3 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB1204179-
CMYK1.0000.120.2
HSL172.61º99.02%40.2%-
HSV(B)172.61º99.51%80%-
XYZ29.7446.4550.05-
YUV140.45149.7528.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 204 (80.08% from 255) = 53.12%
BLUE value IS 179 (70.31% from 255) = 46.61%
R=0.26%
G=53.12%
B=46.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12041791.0000.120.2172.6199.0240.2
Hex1CCB3640C14ad6328
Octal13142631440142425514350
Binary1110011001011001111001000110010100101011011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,204,179); }

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

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

 a { background-color: rgb(1,204,179); }

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

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

 span { border-color: rgb(1,204,179); }

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