#1FCECA

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

Shades of Robin's Egg Blue #1FCECA

Tints of Robin's Egg Blue #1FCECA

Color information

#1FCECA (or 0x1FCECA) is unknown color: approx Robin's Egg Blue. HEX triplet: 1F, CE and CA. RGB value is (31,206,202). Sum of RGB (Red+Green+Blue) = 31+206+202=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCECA is #E03135. Grayscale: #999999. Windows color (decimal): -14692662 or 13291039. OLE color: 13291039.

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

Color convert

RGB31206202-
CMYK0.8500.020.19
HSL178.63º73.84%46.47%-
HSV(B)178.63º84.95%80.78%-
XYZ33.348.763.52-
YUV153.22155.5240.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.06%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=7.06%
G=46.92%
B=46.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal312062020.8500.020.19178.6373.8446.47
Hex1FCECA550213b34a2e
Octal37316312125022326311256
Binary111111100111011001010101010101010011101100111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,206,202); }

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

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

 a { background-color: rgb(31,206,202); }

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

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

 span { border-color: rgb(31,206,202); }

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