#00CCCD

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

Shades of Robin's Egg Blue #00CCCD

Tints of Robin's Egg Blue #00CCCD

Color information

#00CCCD (or 0x00CCCD) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, CC and CD. RGB value is (0,204,205). Sum of RGB (Red+Green+Blue) = 0+204+205=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #00CCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CCCD is #FF3332. Grayscale: #8E8E8E. Windows color (decimal): -16724787 or 13487104. OLE color: 13487104.

HSL color Cylindrical-coordinate representation of color #00CCCD: 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 #00CCCD is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0204205-
CMYK10.0000.20
HSL180.29º100%40.2%-
HSV(B)180.29º100%80.39%-
XYZ32.6147.5965.23-
YUV143.12162.9125.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 205 (80.47% 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.20
SystemRedGreenBlueCMYKHSL
Decimal020420510.0000.20180.2910040.2
Hex0CCCD640014b46428
Octal0314315144002426414450
Binary0110011001100110111001000010100101101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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