Html Css Color HEX #00C4CD Robin's Egg Blue

📋 copy color: '#00C4CD'

red 0 ◦ green 196 ◦ blue 205

#00C4CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #00C4CD

Tints of Robin's Egg Blue #00C4CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 196 (76.95% from 255) = 48.88%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 0%
G = 48.88%
B = 51.12%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00C4CD (or 0x00C4CD) is known color: Robin's Egg Blue. HEX triplet: 00, C4 and CD. RGB value is (0,196,205). Sum of RGB (Red+Green+Blue) = 0+196+205=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C4CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C4CD is #FF3B32. Grayscale: #8A8A8A. Windows color (decimal): -16726835 or 13485056. OLE color: 13485056.

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

Color convert

RGB 0 196 205 -
CMYK 1 0.04 0 0.20
HSL 182.63º 1% 0.4% -
HSV(B) 182.63º 1% 0.8% -
XYZ 30.76 43.89 64.61 -
YUV 138.42 165.57 29.27 -
System Red Green Blue C M Y K H S L
Decimal 0 196 205 1 0.04 0 0.20 182.63 1 0.4
Hex 0 C4 CD 64 4 0 14 B7 64 28
Octal 0 304 315 144 4 0 24 267 144 50
Binary 0 11000100 11001101 1100100 100 0 10100 10110111 1100100 101000

Color Harmonies of #00C4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C4CD

Black with #00C4CD

Text Example


Text Example

White with #00C4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00C4CD;
 }
 .AnyTagClassName
 {
   color: #00C4CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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