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

📋 copy color: '#1FC5CD'

red 31 ◦ green 197 ◦ blue 205

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

Shades of Robin's Egg Blue #1FC5CD

Tints of Robin's Egg Blue #1FC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 7.16%
G = 45.5%
B = 47.34%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FC5CD (or 0x1FC5CD) is known color: Robin's Egg Blue. HEX triplet: 1F, C5 and CD. RGB value is (31,197,205). Sum of RGB (Red+Green+Blue) = 31+197+205=433 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.16% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FC5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC5CD is #E03A32. Grayscale: #949494. Windows color (decimal): -14694963 or 13485343. OLE color: 13485343.

HSL color Cylindrical-coordinate representation of color #1FC5CD: hue angle of 182.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC5CD is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 197 205 -
CMYK 0.85 0.04 0 0.20
HSL 182.76º 0.74% 0.46% -
HSV(B) 182.76º 0.85% 0.8% -
XYZ 31.55 44.63 64.71 -
YUV 148.28 160 44.35 -
System Red Green Blue C M Y K H S L
Decimal 31 197 205 0.85 0.04 0 0.20 182.76 0.74 0.46
Hex 1F C5 CD 55 4 0 14 B7 4A 2E
Octal 37 305 315 125 4 0 24 267 112 56
Binary 11111 11000101 11001101 1010101 100 0 10100 10110111 1001010 101110

Color Harmonies of #1FC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC5CD

Black with #1FC5CD

Text Example


Text Example

White with #1FC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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