Shades of Summer Sky #1BB1DF
Tints of Summer Sky #1BB1DF
RGB
CMYK
RGB Variations
Color information
#1BB1DF (or 0x1BB1DF) is known color: Summer Sky. HEX triplet: 1B, B1 and DF. RGB value is (27,177,223). Sum of RGB (Red+Green+Blue) = 27+177+223=427 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.32% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BB1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BB1DF is #E44E20. Grayscale: #898989. Windows color (decimal): -14962209 or 14659867. OLE color: 14659867.
HSL color Cylindrical-coordinate representation of color #1BB1DF: hue angle of 194.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BB1DF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 177 | 223 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.13 |
| HSL | 194.08º | 0.78% | 0.49% | - |
| HSV(B) | 194.08º | 0.88% | 0.87% | - |
| XYZ | 29.49 | 37.01 | 75.4 | - |
| YUV | 137.39 | 176.31 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 177 | 223 | 0.88 | 0.21 | 0 | 0.13 | 194.08 | 0.78 | 0.49 |
| Hex | 1B | B1 | DF | 58 | 15 | 0 | D | C2 | 4E | 31 |
| Octal | 33 | 261 | 337 | 130 | 25 | 0 | 15 | 302 | 116 | 61 |
| Binary | 11011 | 10110001 | 11011111 | 1011000 | 10101 | 0 | 1101 | 11000010 | 1001110 | 110001 |
Color Harmonies of #1BB1DF
Complementary color
Monochromatic Colors of #1BB1DF
Black with #1BB1DF
Text Example
Text Example
White with #1BB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB1DF; }
p { color: rgb(27,177,223); }
H1.HeaderClassName
{
color: #1BB1DF;
}
.AnyTagClassName
{
color: #1BB1DF;
}
</style>
background-color css
<style>
a { background-color: #1BB1DF; }
a { background-color: rgb(27,177,223); }
div.DivClassName
{
background-color: #1BB1DF;
}
.BgClassName
{
background-color: #1BB1DF;
}
</style>
border-color css
<style>
span { border-color: #1BB1DF; }
span { border-color: rgb(27,177,223); }
td.TdClassName
{
border-color: #1BB1DF;
}
.TagClassName
{
border-color: #1BB1DF;
}
</style>