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

📋 copy color: '#00CBC1'

red 0 ◦ green 203 ◦ blue 193

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

Shades of Robin's Egg Blue #00CBC1

Tints of Robin's Egg Blue #00CBC1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.26%

 BLUE value IS 193 (75.78% from 255) = 48.74%

R = 0%
G = 51.26%
B = 48.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#00CBC1 (or 0x00CBC1) is known color: Robin's Egg Blue. HEX triplet: 00, CB and C1. RGB value is (0,203,193). Sum of RGB (Red+Green+Blue) = 0+203+193=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBC1 is #FF343E. Grayscale: #8D8D8D. Windows color (decimal): -16725055 or 12700416. OLE color: 12700416.

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

Color convert

RGB 0 203 193 -
CMYK 1 0 0.05 0.20
HSL 177.04º 1% 0.4% -
HSV(B) 177.04º 1% 0.8% -
XYZ 30.98 46.56 57.81 -
YUV 141.16 157.25 27.31 -
System Red Green Blue C M Y K H S L
Decimal 0 203 193 1 0 0.05 0.20 177.04 1 0.4
Hex 0 CB C1 64 0 5 14 B1 64 28
Octal 0 313 301 144 0 5 24 261 144 50
Binary 0 11001011 11000001 1100100 0 101 10100 10110001 1100100 101000

Color Harmonies of #00CBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CBC1

Black with #00CBC1

Text Example


Text Example

White with #00CBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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