Shades of Summer Sky #1FB3DF
Tints of Summer Sky #1FB3DF
RGB
CMYK
RGB Variations
Color information
#1FB3DF (or 0x1FB3DF) is known color: Summer Sky. HEX triplet: 1F, B3 and DF. RGB value is (31,179,223). Sum of RGB (Red+Green+Blue) = 31+179+223=433 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.16% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FB3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3DF is #E04C20. Grayscale: #8B8B8B. Windows color (decimal): -14699553 or 14660383. OLE color: 14660383.
HSL color Cylindrical-coordinate representation of color #1FB3DF: hue angle of 193.75º 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 #1FB3DF is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 179 | 223 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.13 |
| HSL | 193.75º | 0.76% | 0.5% | - |
| HSV(B) | 193.75º | 0.86% | 0.87% | - |
| XYZ | 30 | 37.86 | 75.54 | - |
| YUV | 139.76 | 174.97 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 223 | 0.86 | 0.20 | 0 | 0.13 | 193.75 | 0.76 | 0.5 |
| Hex | 1F | B3 | DF | 56 | 14 | 0 | D | C2 | 4C | 32 |
| Octal | 37 | 263 | 337 | 126 | 24 | 0 | 15 | 302 | 114 | 62 |
| Binary | 11111 | 10110011 | 11011111 | 1010110 | 10100 | 0 | 1101 | 11000010 | 1001100 | 110010 |
Color Harmonies of #1FB3DF
Complementary color
Monochromatic Colors of #1FB3DF
Black with #1FB3DF
Text Example
Text Example
White with #1FB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3DF; }
p { color: rgb(31,179,223); }
H1.HeaderClassName
{
color: #1FB3DF;
}
.AnyTagClassName
{
color: #1FB3DF;
}
</style>
background-color css
<style>
a { background-color: #1FB3DF; }
a { background-color: rgb(31,179,223); }
div.DivClassName
{
background-color: #1FB3DF;
}
.BgClassName
{
background-color: #1FB3DF;
}
</style>
border-color css
<style>
span { border-color: #1FB3DF; }
span { border-color: rgb(31,179,223); }
td.TdClassName
{
border-color: #1FB3DF;
}
.TagClassName
{
border-color: #1FB3DF;
}
</style>