#00CBC1

Color #00CBC1 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #00CBC1

Tints of Robin's Egg Blue #00CBC1

Color information

#00CBC1 (or 0x00CBC1) is unknown color: approx 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

RGB0203193-
CMYK100.050.20
HSL177.04º100%39.8%-
HSV(B)177.04º100%79.61%-
XYZ30.9846.5657.81-
YUV141.16157.2527.31-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal0203193100.050.20177.0410039.8
Hex0CBC1640514b16428
Octal0313301144052426114450
Binary011001011110000011100100010110100101100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>