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

📋 copy color: '#01D5C1'

red 1 ◦ green 213 ◦ blue 193

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

Shades of Robin's Egg Blue #01D5C1

Tints of Robin's Egg Blue #01D5C1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.33%

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

R = 0.25%
G = 52.33%
B = 47.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#01D5C1 (or 0x01D5C1) is known color: Robin's Egg Blue. HEX triplet: 01, D5 and C1. RGB value is (1,213,193). Sum of RGB (Red+Green+Blue) = 1+213+193=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #01D5C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5C1 is #FE2A3E. Grayscale: #939393. Windows color (decimal): -16656959 or 12702977. OLE color: 12702977.

HSL color Cylindrical-coordinate representation of color #01D5C1: hue angle of 174.34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D5C1 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 193 -
CMYK 1.00 0 0.09 0.16
HSL 174.34º 0.99% 0.42% -
HSV(B) 174.34º 1% 0.84% -
XYZ 33.43 51.45 58.62 -
YUV 147.33 153.76 23.63 -
System Red Green Blue C M Y K H S L
Decimal 1 213 193 1.00 0 0.09 0.16 174.34 0.99 0.42
Hex 1 D5 C1 64 0 9 10 AE 63 2A
Octal 1 325 301 144 0 11 20 256 143 52
Binary 1 11010101 11000001 1100100 0 1001 10000 10101110 1100011 101010

Color Harmonies of #01D5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D5C1

Black with #01D5C1

Text Example


Text Example

White with #01D5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,193); }

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

background-color css

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

 a { background-color: rgb(1,213,193); }

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

border-color css

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

 span { border-color: rgb(1,213,193); }

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