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

📋 copy color: '#00C8CD'

red 0 ◦ green 200 ◦ blue 205

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

Shades of Robin's Egg Blue #00C8CD

Tints of Robin's Egg Blue #00C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.38%

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

R = 0%
G = 49.38%
B = 50.62%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00C8CD (or 0x00C8CD) is known color: Robin's Egg Blue. HEX triplet: 00, C8 and CD. RGB value is (0,200,205). Sum of RGB (Red+Green+Blue) = 0+200+205=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C8CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C8CD is #FF3732. Grayscale: #8C8C8C. Windows color (decimal): -16725811 or 13486080. OLE color: 13486080.

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

Color convert

RGB 0 200 205 -
CMYK 1 0.02 0 0.20
HSL 181.46º 1% 0.4% -
HSV(B) 181.46º 1% 0.8% -
XYZ 31.67 45.72 64.91 -
YUV 140.77 164.24 27.59 -
System Red Green Blue C M Y K H S L
Decimal 0 200 205 1 0.02 0 0.20 181.46 1 0.4
Hex 0 C8 CD 64 2 0 14 B5 64 28
Octal 0 310 315 144 2 0 24 265 144 50
Binary 0 11001000 11001101 1100100 10 0 10100 10110101 1100100 101000

Color Harmonies of #00C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C8CD

Black with #00C8CD

Text Example


Text Example

White with #00C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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