Shades of Summer Sky #1FB2DF
Tints of Summer Sky #1FB2DF
RGB
CMYK
RGB Variations
Color information
#1FB2DF (or 0x1FB2DF) is known color: Summer Sky. HEX triplet: 1F, B2 and DF. RGB value is (31,178,223). Sum of RGB (Red+Green+Blue) = 31+178+223=432 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.18% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FB2DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB2DF is #E04D20. Grayscale: #8A8A8A. Windows color (decimal): -14699809 or 14660127. OLE color: 14660127.
HSL color Cylindrical-coordinate representation of color #1FB2DF: hue angle of 194.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FB2DF is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 178 | 223 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.13 |
| HSL | 194.06º | 0.76% | 0.5% | - |
| HSV(B) | 194.06º | 0.86% | 0.87% | - |
| XYZ | 29.8 | 37.46 | 75.47 | - |
| YUV | 139.18 | 175.3 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 223 | 0.86 | 0.20 | 0 | 0.13 | 194.06 | 0.76 | 0.5 |
| Hex | 1F | B2 | DF | 56 | 14 | 0 | D | C2 | 4C | 32 |
| Octal | 37 | 262 | 337 | 126 | 24 | 0 | 15 | 302 | 114 | 62 |
| Binary | 11111 | 10110010 | 11011111 | 1010110 | 10100 | 0 | 1101 | 11000010 | 1001100 | 110010 |
Color Harmonies of #1FB2DF
Complementary color
Monochromatic Colors of #1FB2DF
Black with #1FB2DF
Text Example
Text Example
White with #1FB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB2DF; }
p { color: rgb(31,178,223); }
H1.HeaderClassName
{
color: #1FB2DF;
}
.AnyTagClassName
{
color: #1FB2DF;
}
</style>
background-color css
<style>
a { background-color: #1FB2DF; }
a { background-color: rgb(31,178,223); }
div.DivClassName
{
background-color: #1FB2DF;
}
.BgClassName
{
background-color: #1FB2DF;
}
</style>
border-color css
<style>
span { border-color: #1FB2DF; }
span { border-color: rgb(31,178,223); }
td.TdClassName
{
border-color: #1FB2DF;
}
.TagClassName
{
border-color: #1FB2DF;
}
</style>