Html Css Color HEX #1DCFBF Robin's Egg Blue

📋 copy color: '#1DCFBF'

red 29 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #1DCFBF

Tints of Robin's Egg Blue #1DCFBF

RGB

 RED value IS 29 (11.72% from 255) = 6.79%

 GREEN value IS 207 (81.25% from 255) = 48.48%

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

R = 6.79%
G = 48.48%
B = 44.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#1DCFBF (or 0x1DCFBF) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and BF. RGB value is (29,207,191). Sum of RGB (Red+Green+Blue) = 29+207+191=427 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.79% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFBF is #E23040. Grayscale: #979797. Windows color (decimal): -14823489 or 12570397. OLE color: 12570397.

HSL color Cylindrical-coordinate representation of color #1DCFBF: hue angle of 174.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFBF is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 191 -
CMYK 0.86 0 0.08 0.19
HSL 174.61º 0.75% 0.46% -
HSV(B) 174.61º 0.86% 0.81% -
XYZ 32.22 48.65 56.98 -
YUV 151.95 150.03 40.3 -
System Red Green Blue C M Y K H S L
Decimal 29 207 191 0.86 0 0.08 0.19 174.61 0.75 0.46
Hex 1D CF BF 56 0 8 13 AF 4B 2E
Octal 35 317 277 126 0 10 23 257 113 56
Binary 11101 11001111 10111111 1010110 0 1000 10011 10101111 1001011 101110

Color Harmonies of #1DCFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFBF

Black with #1DCFBF

Text Example


Text Example

White with #1DCFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DCFBF; }

 p { color: rgb(29,207,191); }

 H1.HeaderClassName
 {
   color: #1DCFBF;
 }
 .AnyTagClassName
 {
   color: #1DCFBF;
 }
</style>

background-color css

<style>
 a { background-color: #1DCFBF; }

 a { background-color: rgb(29,207,191); }

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

border-color css

<style>
 span { border-color: #1DCFBF; }

 span { border-color: rgb(29,207,191); }

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