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

📋 copy color: '#00C0CB'

red 0 ◦ green 192 ◦ blue 203

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

Shades of Robin's Egg Blue #00C0CB

Tints of Robin's Egg Blue #00C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.61%

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 0%
G = 48.61%
B = 51.39%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00C0CB (or 0x00C0CB) is known color: Robin's Egg Blue. HEX triplet: 00, C0 and CB. RGB value is (0,192,203). Sum of RGB (Red+Green+Blue) = 0+192+203=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #00C0CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0CB is #FF3F34. Grayscale: #878787. Windows color (decimal): -16727861 or 13352960. OLE color: 13352960.

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

Color convert

RGB 0 192 203 -
CMYK 1 0.05 0 0.20
HSL 183.25º 1% 0.4% -
HSV(B) 183.25º 1% 0.8% -
XYZ 29.63 42.01 63.05 -
YUV 135.85 165.89 31.11 -
System Red Green Blue C M Y K H S L
Decimal 0 192 203 1 0.05 0 0.20 183.25 1 0.4
Hex 0 C0 CB 64 5 0 14 B7 64 28
Octal 0 300 313 144 5 0 24 267 144 50
Binary 0 11000000 11001011 1100100 101 0 10100 10110111 1100100 101000

Color Harmonies of #00C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C0CB

Black with #00C0CB

Text Example


Text Example

White with #00C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,192,203); }

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

background-color css

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

 a { background-color: rgb(0,192,203); }

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

border-color css

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

 span { border-color: rgb(0,192,203); }

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