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

📋 copy color: '#1FD1C3'

red 31 ◦ green 209 ◦ blue 195

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

Shades of Robin's Egg Blue #1FD1C3

Tints of Robin's Egg Blue #1FD1C3

RGB

 RED value IS 31 (12.5% from 255) = 7.13%

 GREEN value IS 209 (82.03% from 255) = 48.05%

 BLUE value IS 195 (76.56% from 255) = 44.83%

R = 7.13%
G = 48.05%
B = 44.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#1FD1C3 (or 0x1FD1C3) is known color: Robin's Egg Blue. HEX triplet: 1F, D1 and C3. RGB value is (31,209,195). Sum of RGB (Red+Green+Blue) = 31+209+195=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD1C3 is #E02E3C. Grayscale: #9A9A9A. Windows color (decimal): -14691901 or 12833055. OLE color: 12833055.

HSL color Cylindrical-coordinate representation of color #1FD1C3: hue angle of 175.28º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD1C3 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 209 195 -
CMYK 0.85 0 0.07 0.18
HSL 175.28º 0.74% 0.47% -
HSV(B) 175.28º 0.85% 0.82% -
XYZ 33.22 49.83 59.5 -
YUV 154.18 151.03 40.14 -
System Red Green Blue C M Y K H S L
Decimal 31 209 195 0.85 0 0.07 0.18 175.28 0.74 0.47
Hex 1F D1 C3 55 0 7 12 AF 4A 2F
Octal 37 321 303 125 0 7 22 257 112 57
Binary 11111 11010001 11000011 1010101 0 111 10010 10101111 1001010 101111

Color Harmonies of #1FD1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD1C3

Black with #1FD1C3

Text Example


Text Example

White with #1FD1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,209,195); }

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

background-color css

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

 a { background-color: rgb(31,209,195); }

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

border-color css

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

 span { border-color: rgb(31,209,195); }

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