#00CBCC

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

Shades of Robin's Egg Blue #00CBCC

Tints of Robin's Egg Blue #00CBCC

Color information

#00CBCC (or 0x00CBCC) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, CB and CC. RGB value is (0,203,204). Sum of RGB (Red+Green+Blue) = 0+203+204=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #00CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBCC is #FF3433. Grayscale: #8E8E8E. Windows color (decimal): -16725044 or 13421312. OLE color: 13421312.

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

Color convert

RGB0203204-
CMYK10.0000.2
HSL180.29º100%40%-
HSV(B)180.29º100%80%-
XYZ32.2647.0764.51-
YUV142.42162.7526.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=0%
G=49.88%
B=50.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal020320410.0000.2180.2910040
Hex0CBCC640014b46428
Octal0313314144002426414450
Binary0110010111100110011001000010100101101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00CBCC; }

 p { color: rgb(0,203,204); }

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

<style>
 a { background-color: #00CBCC; }

 a { background-color: rgb(0,203,204); }

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

<style>
 span { border-color: #00CBCC; }

 span { border-color: rgb(0,203,204); }

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