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

📋 copy color: '#01D4BF'

red 1 ◦ green 212 ◦ blue 191

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

Shades of Robin's Egg Blue #01D4BF

Tints of Robin's Egg Blue #01D4BF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.48%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 0.25%
G = 52.48%
B = 47.28%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#01D4BF (or 0x01D4BF) is known color: Robin's Egg Blue. HEX triplet: 01, D4 and BF. RGB value is (1,212,191). Sum of RGB (Red+Green+Blue) = 1+212+191=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4BF is #FE2B40. Grayscale: #929292. Windows color (decimal): -16657217 or 12571649. OLE color: 12571649.

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

Color convert

RGB 1 212 191 -
CMYK 1.00 0 0.10 0.17
HSL 174.03º 0.99% 0.42% -
HSV(B) 174.03º 1% 0.83% -
XYZ 32.96 50.86 57.37 -
YUV 146.52 153.1 24.21 -
System Red Green Blue C M Y K H S L
Decimal 1 212 191 1.00 0 0.10 0.17 174.03 0.99 0.42
Hex 1 D4 BF 64 0 A 11 AE 63 2A
Octal 1 324 277 144 0 12 21 256 143 52
Binary 1 11010100 10111111 1100100 0 1010 10001 10101110 1100011 101010

Color Harmonies of #01D4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D4BF

Black with #01D4BF

Text Example


Text Example

White with #01D4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,212,191); }

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

background-color css

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

 a { background-color: rgb(1,212,191); }

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

border-color css

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

 span { border-color: rgb(1,212,191); }

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