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

📋 copy color: '#1FD0C5'

red 31 ◦ green 208 ◦ blue 197

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

Shades of Robin's Egg Blue #1FD0C5

Tints of Robin's Egg Blue #1FD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.71%

 BLUE value IS 197 (77.34% from 255) = 45.18%

R = 7.11%
G = 47.71%
B = 45.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#1FD0C5 (or 0x1FD0C5) is known color: Robin's Egg Blue. HEX triplet: 1F, D0 and C5. RGB value is (31,208,197). Sum of RGB (Red+Green+Blue) = 31+208+197=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD0C5 is #E02F3A. Grayscale: #999999. Windows color (decimal): -14692155 or 12963871. OLE color: 12963871.

HSL color Cylindrical-coordinate representation of color #1FD0C5: hue angle of 176.27º 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 #1FD0C5 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 197 -
CMYK 0.85 0 0.05 0.18
HSL 176.27º 0.74% 0.47% -
HSV(B) 176.27º 0.85% 0.82% -
XYZ 33.2 49.43 60.62 -
YUV 153.82 152.36 40.39 -
System Red Green Blue C M Y K H S L
Decimal 31 208 197 0.85 0 0.05 0.18 176.27 0.74 0.47
Hex 1F D0 C5 55 0 5 12 B0 4A 2F
Octal 37 320 305 125 0 5 22 260 112 57
Binary 11111 11010000 11000101 1010101 0 101 10010 10110000 1001010 101111

Color Harmonies of #1FD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD0C5

Black with #1FD0C5

Text Example


Text Example

White with #1FD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,197); }

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

background-color css

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

 a { background-color: rgb(31,208,197); }

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

border-color css

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

 span { border-color: rgb(31,208,197); }

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