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

📋 copy color: '#00C4CE'

red 0 ◦ green 196 ◦ blue 206

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

Shades of Robin's Egg Blue #00C4CE

Tints of Robin's Egg Blue #00C4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 0%
G = 48.76%
B = 51.24%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00C4CE (or 0x00C4CE) is known color: Robin's Egg Blue. HEX triplet: 00, C4 and CE. RGB value is (0,196,206). Sum of RGB (Red+Green+Blue) = 0+196+206=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #00C4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C4CE is #FF3B31. Grayscale: #8A8A8A. Windows color (decimal): -16726834 or 13550592. OLE color: 13550592.

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

Color convert

RGB 0 196 206 -
CMYK 1 0.05 0 0.19
HSL 182.91º 1% 0.4% -
HSV(B) 182.91º 1% 0.81% -
XYZ 30.88 43.94 65.25 -
YUV 138.54 166.07 29.19 -
System Red Green Blue C M Y K H S L
Decimal 0 196 206 1 0.05 0 0.19 182.91 1 0.4
Hex 0 C4 CE 64 5 0 13 B7 64 28
Octal 0 304 316 144 5 0 23 267 144 50
Binary 0 11000100 11001110 1100100 101 0 10011 10110111 1100100 101000

Color Harmonies of #00C4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C4CE

Black with #00C4CE

Text Example


Text Example

White with #00C4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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