#01CCBF

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

Shades of Robin's Egg Blue #01CCBF

Tints of Robin's Egg Blue #01CCBF

Color information

#01CCBF (or 0x01CCBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 01, CC and BF. RGB value is (1,204,191). Sum of RGB (Red+Green+Blue) = 1+204+191=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCBF is #FE3340. Grayscale: #8D8D8D. Windows color (decimal): -16659265 or 12569601. OLE color: 12569601.

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

Color convert

RGB1204191-
CMYK1.0000.060.2
HSL176.16º99.02%40.2%-
HSV(B)176.16º99.51%80%-
XYZ31.0146.9556.72-
YUV141.82155.7527.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 191 (75% from 255) = 48.23%
R=0.25%
G=51.52%
B=48.23%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12041911.0000.060.2176.1699.0240.2
Hex1CCBF640614b06328
Octal1314277144062426014350
Binary111001100101111111100100011010100101100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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