Html Css Color HEX #01C2BC Robin's Egg Blue

📋 copy color: '#01C2BC'

red 1 ◦ green 194 ◦ blue 188

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

Shades of Robin's Egg Blue #01C2BC

Tints of Robin's Egg Blue #01C2BC

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 194 (76.17% from 255) = 50.65%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 0.26%
G = 50.65%
B = 49.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#01C2BC (or 0x01C2BC) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and BC. RGB value is (1,194,188). Sum of RGB (Red+Green+Blue) = 1+194+188=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #01C2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2BC is #FE3D43. Grayscale: #878787. Windows color (decimal): -16661828 or 12370433. OLE color: 12370433.

HSL color Cylindrical-coordinate representation of color #01C2BC: hue angle of 178.13º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C2BC is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 188 -
CMYK 0.99 0 0.03 0.24
HSL 178.13º 0.99% 0.38% -
HSV(B) 178.13º 0.99% 0.76% -
XYZ 28.38 42.22 54.23 -
YUV 135.61 157.56 31.99 -
System Red Green Blue C M Y K H S L
Decimal 1 194 188 0.99 0 0.03 0.24 178.13 0.99 0.38
Hex 1 C2 BC 63 0 3 18 B2 63 26
Octal 1 302 274 143 0 3 30 262 143 46
Binary 1 11000010 10111100 1100011 0 11 11000 10110010 1100011 100110

Color Harmonies of #01C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2BC

Black with #01C2BC

Text Example


Text Example

White with #01C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C2BC; }

 p { color: rgb(1,194,188); }

 H1.HeaderClassName
 {
   color: #01C2BC;
 }
 .AnyTagClassName
 {
   color: #01C2BC;
 }
</style>

background-color css

<style>
 a { background-color: #01C2BC; }

 a { background-color: rgb(1,194,188); }

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

border-color css

<style>
 span { border-color: #01C2BC; }

 span { border-color: rgb(1,194,188); }

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