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

📋 copy color: '#00C1CC'

red 0 ◦ green 193 ◦ blue 204

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

Shades of Robin's Egg Blue #00C1CC

Tints of Robin's Egg Blue #00C1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.61%

 BLUE value IS 204 (80.08% 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.2

RGB Variations

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

Color information

#00C1CC (or 0x00C1CC) is known color: Robin's Egg Blue. HEX triplet: 00, C1 and CC. RGB value is (0,193,204). Sum of RGB (Red+Green+Blue) = 0+193+204=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #00C1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1CC is #FF3E33. Grayscale: #888888. Windows color (decimal): -16727604 or 13418752. OLE color: 13418752.

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

Color convert

RGB 0 193 204 -
CMYK 1 0.05 0 0.2
HSL 183.24º 1% 0.4% -
HSV(B) 183.24º 1% 0.8% -
XYZ 29.97 42.5 63.75 -
YUV 136.55 166.06 30.61 -
System Red Green Blue C M Y K H S L
Decimal 0 193 204 1 0.05 0 0.2 183.24 1 0.4
Hex 0 C1 CC 64 5 0 14 B7 64 28
Octal 0 301 314 144 5 0 24 267 144 50
Binary 0 11000001 11001100 1100100 101 0 10100 10110111 1100100 101000

Color Harmonies of #00C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C1CC

Black with #00C1CC

Text Example


Text Example

White with #00C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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