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

📋 copy color: '#01D5BA'

red 1 ◦ green 213 ◦ blue 186

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

Shades of Robin's Egg Blue #01D5BA

Tints of Robin's Egg Blue #01D5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 0.25%
G = 53.25%
B = 46.5%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#01D5BA (or 0x01D5BA) is known color: Robin's Egg Blue. HEX triplet: 01, D5 and BA. RGB value is (1,213,186). Sum of RGB (Red+Green+Blue) = 1+213+186=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #01D5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5BA is #FE2A45. Grayscale: #929292. Windows color (decimal): -16656966 or 12244225. OLE color: 12244225.

HSL color Cylindrical-coordinate representation of color #01D5BA: hue angle of 172.36º 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 #01D5BA is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 186 -
CMYK 1.00 0 0.13 0.16
HSL 172.36º 0.99% 0.42% -
HSV(B) 172.36º 1% 0.84% -
XYZ 32.67 51.14 54.6 -
YUV 146.53 150.26 24.2 -
System Red Green Blue C M Y K H S L
Decimal 1 213 186 1.00 0 0.13 0.16 172.36 0.99 0.42
Hex 1 D5 BA 64 0 D 10 AC 63 2A
Octal 1 325 272 144 0 15 20 254 143 52
Binary 1 11010101 10111010 1100100 0 1101 10000 10101100 1100011 101010

Color Harmonies of #01D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D5BA

Black with #01D5BA

Text Example


Text Example

White with #01D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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