Shades of Summer Sky #1FADDB
Tints of Summer Sky #1FADDB
RGB
CMYK
RGB Variations
Color information
#1FADDB (or 0x1FADDB) is known color: Summer Sky. HEX triplet: 1F, AD and DB. RGB value is (31,173,219). Sum of RGB (Red+Green+Blue) = 31+173+219=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADDB is #E05224. Grayscale: #878787. Windows color (decimal): -14701093 or 14396703. OLE color: 14396703.
HSL color Cylindrical-coordinate representation of color #1FADDB: hue angle of 194.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FADDB is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 173 | 219 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.14 |
| HSL | 194.68º | 0.75% | 0.49% | - |
| HSV(B) | 194.68º | 0.86% | 0.86% | - |
| XYZ | 28.29 | 35.29 | 72.34 | - |
| YUV | 135.79 | 174.96 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 219 | 0.86 | 0.21 | 0 | 0.14 | 194.68 | 0.75 | 0.49 |
| Hex | 1F | AD | DB | 56 | 15 | 0 | E | C3 | 4B | 31 |
| Octal | 37 | 255 | 333 | 126 | 25 | 0 | 16 | 303 | 113 | 61 |
| Binary | 11111 | 10101101 | 11011011 | 1010110 | 10101 | 0 | 1110 | 11000011 | 1001011 | 110001 |
Color Harmonies of #1FADDB
Complementary color
Monochromatic Colors of #1FADDB
Black with #1FADDB
Text Example
Text Example
White with #1FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADDB; }
p { color: rgb(31,173,219); }
H1.HeaderClassName
{
color: #1FADDB;
}
.AnyTagClassName
{
color: #1FADDB;
}
</style>
background-color css
<style>
a { background-color: #1FADDB; }
a { background-color: rgb(31,173,219); }
div.DivClassName
{
background-color: #1FADDB;
}
.BgClassName
{
background-color: #1FADDB;
}
</style>
border-color css
<style>
span { border-color: #1FADDB; }
span { border-color: rgb(31,173,219); }
td.TdClassName
{
border-color: #1FADDB;
}
.TagClassName
{
border-color: #1FADDB;
}
</style>