Shades of Summer Sky #2CBFFF
Tints of Summer Sky #2CBFFF
RGB
CMYK
RGB Variations
Color information
#2CBFFF (or 0x2CBFFF) is known color: Summer Sky. HEX triplet: 2C, BF and FF. RGB value is (44,191,255). Sum of RGB (Red+Green+Blue) = 44+191+255=490 (64% of max value = 765). Red value is 44 (17.58% from 255 or 8.98% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBFFF is #D34000. Grayscale: #999999. Windows color (decimal): -13844481 or 16760620. OLE color: 16760620.
HSL color Cylindrical-coordinate representation of color #2CBFFF: hue angle of 198.2º 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 #2CBFFF is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 191 | 255 | - |
| CMYK | 0.83 | 0.25 | 0 | 0 |
| HSL | 198.2º | 1% | 0.59% | - |
| HSV(B) | 198.2º | 0.83% | 1% | - |
| XYZ | 37.72 | 45.02 | 101.31 | - |
| YUV | 154.34 | 184.8 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 255 | 0.83 | 0.25 | 0 | 0 | 198.2 | 1 | 0.59 |
| Hex | 2C | BF | FF | 53 | 19 | 0 | 0 | C6 | 64 | 3B |
| Octal | 54 | 277 | 377 | 123 | 31 | 0 | 0 | 306 | 144 | 73 |
| Binary | 101100 | 10111111 | 11111111 | 1010011 | 11001 | 0 | 0 | 11000110 | 1100100 | 111011 |
Color Harmonies of #2CBFFF
Complementary color
Monochromatic Colors of #2CBFFF
Black with #2CBFFF
Text Example
Text Example
White with #2CBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBFFF; }
p { color: rgb(44,191,255); }
H1.HeaderClassName
{
color: #2CBFFF;
}
.AnyTagClassName
{
color: #2CBFFF;
}
</style>
background-color css
<style>
a { background-color: #2CBFFF; }
a { background-color: rgb(44,191,255); }
div.DivClassName
{
background-color: #2CBFFF;
}
.BgClassName
{
background-color: #2CBFFF;
}
</style>
border-color css
<style>
span { border-color: #2CBFFF; }
span { border-color: rgb(44,191,255); }
td.TdClassName
{
border-color: #2CBFFF;
}
.TagClassName
{
border-color: #2CBFFF;
}
</style>