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

📋 copy color: '#00C7CE'

red 0 ◦ green 199 ◦ blue 206

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

Shades of Robin's Egg Blue #00C7CE

Tints of Robin's Egg Blue #00C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.14%

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

R = 0%
G = 49.14%
B = 50.86%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00C7CE (or 0x00C7CE) is known color: Robin's Egg Blue. HEX triplet: 00, C7 and CE. RGB value is (0,199,206). Sum of RGB (Red+Green+Blue) = 0+199+206=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #00C7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7CE is #FF3831. Grayscale: #8C8C8C. Windows color (decimal): -16726066 or 13551360. OLE color: 13551360.

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

Color convert

RGB 0 199 206 -
CMYK 1 0.03 0 0.19
HSL 182.04º 1% 0.4% -
HSV(B) 182.04º 1% 0.81% -
XYZ 31.56 45.3 65.47 -
YUV 140.3 165.07 27.93 -
System Red Green Blue C M Y K H S L
Decimal 0 199 206 1 0.03 0 0.19 182.04 1 0.4
Hex 0 C7 CE 64 3 0 13 B6 64 28
Octal 0 307 316 144 3 0 23 266 144 50
Binary 0 11000111 11001110 1100100 11 0 10011 10110110 1100100 101000

Color Harmonies of #00C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C7CE

Black with #00C7CE

Text Example


Text Example

White with #00C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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