Shades of Summer Sky #1FBDF0
Tints of Summer Sky #1FBDF0
RGB
CMYK
RGB Variations
Color information
#1FBDF0 (or 0x1FBDF0) is known color: Summer Sky. HEX triplet: 1F, BD and F0. RGB value is (31,189,240). Sum of RGB (Red+Green+Blue) = 31+189+240=460 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.74% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FBDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDF0 is #E0420F. Grayscale: #939393. Windows color (decimal): -14696976 or 15777055. OLE color: 15777055.
HSL color Cylindrical-coordinate representation of color #1FBDF0: hue angle of 194.64º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBDF0 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 189 | 240 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.06 |
| HSL | 194.64º | 0.87% | 0.53% | - |
| HSV(B) | 194.64º | 0.87% | 0.94% | - |
| XYZ | 34.49 | 42.98 | 88.92 | - |
| YUV | 147.57 | 180.15 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 240 | 0.87 | 0.21 | 0 | 0.06 | 194.64 | 0.87 | 0.53 |
| Hex | 1F | BD | F0 | 57 | 15 | 0 | 6 | C3 | 57 | 35 |
| Octal | 37 | 275 | 360 | 127 | 25 | 0 | 6 | 303 | 127 | 65 |
| Binary | 11111 | 10111101 | 11110000 | 1010111 | 10101 | 0 | 110 | 11000011 | 1010111 | 110101 |
Color Harmonies of #1FBDF0
Complementary color
Monochromatic Colors of #1FBDF0
Black with #1FBDF0
Text Example
Text Example
White with #1FBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDF0; }
p { color: rgb(31,189,240); }
H1.HeaderClassName
{
color: #1FBDF0;
}
.AnyTagClassName
{
color: #1FBDF0;
}
</style>
background-color css
<style>
a { background-color: #1FBDF0; }
a { background-color: rgb(31,189,240); }
div.DivClassName
{
background-color: #1FBDF0;
}
.BgClassName
{
background-color: #1FBDF0;
}
</style>
border-color css
<style>
span { border-color: #1FBDF0; }
span { border-color: rgb(31,189,240); }
td.TdClassName
{
border-color: #1FBDF0;
}
.TagClassName
{
border-color: #1FBDF0;
}
</style>