#1FC7CC

Color #1FC7CC Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1FC7CC

Tints of Robin's Egg Blue #1FC7CC

Color information

#1FC7CC (or 0x1FC7CC) is unknown color: approx Robin's Egg Blue. HEX triplet: 1F, C7 and CC. RGB value is (31,199,204). Sum of RGB (Red+Green+Blue) = 31+199+204=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FC7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC7CC is #E03833. Grayscale: #959595. Windows color (decimal): -14694452 or 13420319. OLE color: 13420319.

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

Color convert

RGB31199204-
CMYK0.850.0200.2
HSL181.73º73.62%46.08%-
HSV(B)181.73º84.8%80%-
XYZ31.8945.564.23-
YUV149.34158.8443.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.14%
GREEN value IS 199 (78.12% from 255) = 45.85%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=7.14%
G=45.85%
B=47.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal311992040.850.0200.2181.7373.6246.08
Hex1FC7CC552014b64a2e
Octal37307314125202426611256
Binary111111100011111001100101010110010100101101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FC7CC;
 }
 .AnyTagClassName
 {
   color: #1FC7CC;
 }
</style>
background-color css

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

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

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

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

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

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