Shades of Summer Sky #1FBDDD
Tints of Summer Sky #1FBDDD
RGB
CMYK
RGB Variations
Color information
#1FBDDD (or 0x1FBDDD) is known color: Summer Sky. HEX triplet: 1F, BD and DD. RGB value is (31,189,221). Sum of RGB (Red+Green+Blue) = 31+189+221=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FBDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDDD is #E04222. Grayscale: #919191. Windows color (decimal): -14696995 or 14531871. OLE color: 14531871.
HSL color Cylindrical-coordinate representation of color #1FBDDD: hue angle of 190.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBDDD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 189 | 221 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 190.11º | 0.75% | 0.49% | - |
| HSV(B) | 190.11º | 0.86% | 0.87% | - |
| XYZ | 31.81 | 41.91 | 74.82 | - |
| YUV | 145.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 221 | 0.86 | 0.14 | 0 | 0.13 | 190.11 | 0.75 | 0.49 |
| Hex | 1F | BD | DD | 56 | E | 0 | D | BE | 4B | 31 |
| Octal | 37 | 275 | 335 | 126 | 16 | 0 | 15 | 276 | 113 | 61 |
| Binary | 11111 | 10111101 | 11011101 | 1010110 | 1110 | 0 | 1101 | 10111110 | 1001011 | 110001 |
Color Harmonies of #1FBDDD
Complementary color
Monochromatic Colors of #1FBDDD
Black with #1FBDDD
Text Example
Text Example
White with #1FBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDDD; }
p { color: rgb(31,189,221); }
H1.HeaderClassName
{
color: #1FBDDD;
}
.AnyTagClassName
{
color: #1FBDDD;
}
</style>
background-color css
<style>
a { background-color: #1FBDDD; }
a { background-color: rgb(31,189,221); }
div.DivClassName
{
background-color: #1FBDDD;
}
.BgClassName
{
background-color: #1FBDDD;
}
</style>
border-color css
<style>
span { border-color: #1FBDDD; }
span { border-color: rgb(31,189,221); }
td.TdClassName
{
border-color: #1FBDDD;
}
.TagClassName
{
border-color: #1FBDDD;
}
</style>