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

📋 copy color: '#1FD8BA'

red 31 ◦ green 216 ◦ blue 186

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

Shades of Robin's Egg Blue #1FD8BA

Tints of Robin's Egg Blue #1FD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.88%

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

R = 7.16%
G = 49.88%
B = 42.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#1FD8BA (or 0x1FD8BA) is known color: Robin's Egg Blue. HEX triplet: 1F, D8 and BA. RGB value is (31,216,186). Sum of RGB (Red+Green+Blue) = 31+216+186=433 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.16% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD8BA is #E02745. Grayscale: #9D9D9D. Windows color (decimal): -14690118 or 12245023. OLE color: 12245023.

HSL color Cylindrical-coordinate representation of color #1FD8BA: hue angle of 170.27º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD8BA is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 216 186 -
CMYK 0.86 0 0.14 0.15
HSL 170.27º 0.75% 0.48% -
HSV(B) 170.27º 0.86% 0.85% -
XYZ 33.98 52.95 54.88 -
YUV 157.27 144.21 37.94 -
System Red Green Blue C M Y K H S L
Decimal 31 216 186 0.86 0 0.14 0.15 170.27 0.75 0.48
Hex 1F D8 BA 56 0 E F AA 4B 30
Octal 37 330 272 126 0 16 17 252 113 60
Binary 11111 11011000 10111010 1010110 0 1110 1111 10101010 1001011 110000

Color Harmonies of #1FD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD8BA

Black with #1FD8BA

Text Example


Text Example

White with #1FD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,216,186); }

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

background-color css

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

 a { background-color: rgb(31,216,186); }

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

border-color css

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

 span { border-color: rgb(31,216,186); }

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