Shades of Pelorous #1FAEC3
Tints of Pelorous #1FAEC3
RGB
CMYK
RGB Variations
Color information
#1FAEC3 (or 0x1FAEC3) is known color: Pelorous. HEX triplet: 1F, AE and C3. RGB value is (31,174,195). Sum of RGB (Red+Green+Blue) = 31+174+195=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #1FAEC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEC3 is #E0513C. Grayscale: #858585. Windows color (decimal): -14700861 or 12824095. OLE color: 12824095.
HSL color Cylindrical-coordinate representation of color #1FAEC3: hue angle of 187.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FAEC3 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 174 | 195 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.24 |
| HSL | 187.68º | 0.73% | 0.44% | - |
| HSV(B) | 187.68º | 0.84% | 0.76% | - |
| XYZ | 25.55 | 34.5 | 56.94 | - |
| YUV | 133.64 | 162.62 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 195 | 0.84 | 0.11 | 0 | 0.24 | 187.68 | 0.73 | 0.44 |
| Hex | 1F | AE | C3 | 54 | B | 0 | 18 | BC | 49 | 2C |
| Octal | 37 | 256 | 303 | 124 | 13 | 0 | 30 | 274 | 111 | 54 |
| Binary | 11111 | 10101110 | 11000011 | 1010100 | 1011 | 0 | 11000 | 10111100 | 1001001 | 101100 |
Color Harmonies of #1FAEC3
Complementary color
Monochromatic Colors of #1FAEC3
Black with #1FAEC3
Text Example
Text Example
White with #1FAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEC3; }
p { color: rgb(31,174,195); }
H1.HeaderClassName
{
color: #1FAEC3;
}
.AnyTagClassName
{
color: #1FAEC3;
}
</style>
background-color css
<style>
a { background-color: #1FAEC3; }
a { background-color: rgb(31,174,195); }
div.DivClassName
{
background-color: #1FAEC3;
}
.BgClassName
{
background-color: #1FAEC3;
}
</style>
border-color css
<style>
span { border-color: #1FAEC3; }
span { border-color: rgb(31,174,195); }
td.TdClassName
{
border-color: #1FAEC3;
}
.TagClassName
{
border-color: #1FAEC3;
}
</style>