Shades of Summer Sky #2CBBFF
Tints of Summer Sky #2CBBFF
RGB
CMYK
RGB Variations
Color information
#2CBBFF (or 0x2CBBFF) is known color: Summer Sky. HEX triplet: 2C, BB and FF. RGB value is (44,187,255). Sum of RGB (Red+Green+Blue) = 44+187+255=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBBFF is #D34400. Grayscale: #979797. Windows color (decimal): -13845505 or 16759596. OLE color: 16759596.
HSL color Cylindrical-coordinate representation of color #2CBBFF: hue angle of 199.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CBBFF is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 187 | 255 | - |
| CMYK | 0.83 | 0.27 | 0 | 0 |
| HSL | 199.34º | 1% | 0.59% | - |
| HSV(B) | 199.34º | 0.83% | 1% | - |
| XYZ | 36.86 | 43.3 | 101.02 | - |
| YUV | 152 | 186.12 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 255 | 0.83 | 0.27 | 0 | 0 | 199.34 | 1 | 0.59 |
| Hex | 2C | BB | FF | 53 | 1B | 0 | 0 | C7 | 64 | 3B |
| Octal | 54 | 273 | 377 | 123 | 33 | 0 | 0 | 307 | 144 | 73 |
| Binary | 101100 | 10111011 | 11111111 | 1010011 | 11011 | 0 | 0 | 11000111 | 1100100 | 111011 |
Color Harmonies of #2CBBFF
Complementary color
Monochromatic Colors of #2CBBFF
Black with #2CBBFF
Text Example
Text Example
White with #2CBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBFF; }
p { color: rgb(44,187,255); }
H1.HeaderClassName
{
color: #2CBBFF;
}
.AnyTagClassName
{
color: #2CBBFF;
}
</style>
background-color css
<style>
a { background-color: #2CBBFF; }
a { background-color: rgb(44,187,255); }
div.DivClassName
{
background-color: #2CBBFF;
}
.BgClassName
{
background-color: #2CBBFF;
}
</style>
border-color css
<style>
span { border-color: #2CBBFF; }
span { border-color: rgb(44,187,255); }
td.TdClassName
{
border-color: #2CBBFF;
}
.TagClassName
{
border-color: #2CBBFF;
}
</style>