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

📋 copy color: '#1FC7CB'

red 31 ◦ green 199 ◦ blue 203

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

Shades of Robin's Egg Blue #1FC7CB

Tints of Robin's Egg Blue #1FC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.96%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 7.16%
G = 45.96%
B = 46.88%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FC7CB (or 0x1FC7CB) is known color: Robin's Egg Blue. HEX triplet: 1F, C7 and CB. RGB value is (31,199,203). Sum of RGB (Red+Green+Blue) = 31+199+203=433 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.16% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FC7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC7CB is #E03834. Grayscale: #959595. Windows color (decimal): -14694453 or 13354783. OLE color: 13354783.

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

Color convert

RGB 31 199 203 -
CMYK 0.85 0.02 0 0.20
HSL 181.4º 0.74% 0.46% -
HSV(B) 181.4º 0.85% 0.8% -
XYZ 31.77 45.45 63.6 -
YUV 149.22 158.34 43.67 -
System Red Green Blue C M Y K H S L
Decimal 31 199 203 0.85 0.02 0 0.20 181.4 0.74 0.46
Hex 1F C7 CB 55 2 0 14 B5 4A 2E
Octal 37 307 313 125 2 0 24 265 112 56
Binary 11111 11000111 11001011 1010101 10 0 10100 10110101 1001010 101110

Color Harmonies of #1FC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC7CB

Black with #1FC7CB

Text Example


Text Example

White with #1FC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,199,203); }

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

background-color css

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

 a { background-color: rgb(31,199,203); }

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

border-color css

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

 span { border-color: rgb(31,199,203); }

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