Shades of Summer Sky #1BAFF0
Tints of Summer Sky #1BAFF0
RGB
CMYK
RGB Variations
Color information
#1BAFF0 (or 0x1BAFF0) is known color: Summer Sky. HEX triplet: 1B, AF and F0. RGB value is (27,175,240). Sum of RGB (Red+Green+Blue) = 27+175+240=442 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.11% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BAFF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAFF0 is #E4500F. Grayscale: #898989. Windows color (decimal): -14962704 or 15773467. OLE color: 15773467.
HSL color Cylindrical-coordinate representation of color #1BAFF0: hue angle of 198.31º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAFF0 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 175 | 240 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.06 |
| HSL | 198.31º | 0.88% | 0.52% | - |
| HSV(B) | 198.31º | 0.89% | 0.94% | - |
| XYZ | 31.51 | 37.18 | 87.95 | - |
| YUV | 138.16 | 185.47 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 240 | 0.89 | 0.27 | 0 | 0.06 | 198.31 | 0.88 | 0.52 |
| Hex | 1B | AF | F0 | 59 | 1B | 0 | 6 | C6 | 58 | 34 |
| Octal | 33 | 257 | 360 | 131 | 33 | 0 | 6 | 306 | 130 | 64 |
| Binary | 11011 | 10101111 | 11110000 | 1011001 | 11011 | 0 | 110 | 11000110 | 1011000 | 110100 |
Color Harmonies of #1BAFF0
Complementary color
Monochromatic Colors of #1BAFF0
Black with #1BAFF0
Text Example
Text Example
White with #1BAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFF0; }
p { color: rgb(27,175,240); }
H1.HeaderClassName
{
color: #1BAFF0;
}
.AnyTagClassName
{
color: #1BAFF0;
}
</style>
background-color css
<style>
a { background-color: #1BAFF0; }
a { background-color: rgb(27,175,240); }
div.DivClassName
{
background-color: #1BAFF0;
}
.BgClassName
{
background-color: #1BAFF0;
}
</style>
border-color css
<style>
span { border-color: #1BAFF0; }
span { border-color: rgb(27,175,240); }
td.TdClassName
{
border-color: #1BAFF0;
}
.TagClassName
{
border-color: #1BAFF0;
}
</style>