Shades of Summer Sky #2CB0FB
Tints of Summer Sky #2CB0FB
RGB
CMYK
RGB Variations
Color information
#2CB0FB (or 0x2CB0FB) is known color: Summer Sky. HEX triplet: 2C, B0 and FB. RGB value is (44,176,251). Sum of RGB (Red+Green+Blue) = 44+176+251=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #2CB0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CB0FB is #D34F04. Grayscale: #909090. Windows color (decimal): -13848325 or 16494636. OLE color: 16494636.
HSL color Cylindrical-coordinate representation of color #2CB0FB: hue angle of 201.74º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CB0FB is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 176 | 251 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.02 |
| HSL | 201.74º | 0.96% | 0.58% | - |
| HSV(B) | 201.74º | 0.82% | 0.98% | - |
| XYZ | 33.98 | 38.55 | 96.92 | - |
| YUV | 145.08 | 187.77 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 176 | 251 | 0.82 | 0.30 | 0 | 0.02 | 201.74 | 0.96 | 0.58 |
| Hex | 2C | B0 | FB | 52 | 1E | 0 | 2 | CA | 60 | 3A |
| Octal | 54 | 260 | 373 | 122 | 36 | 0 | 2 | 312 | 140 | 72 |
| Binary | 101100 | 10110000 | 11111011 | 1010010 | 11110 | 0 | 10 | 11001010 | 1100000 | 111010 |
Color Harmonies of #2CB0FB
Complementary color
Monochromatic Colors of #2CB0FB
Black with #2CB0FB
Text Example
Text Example
White with #2CB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB0FB; }
p { color: rgb(44,176,251); }
H1.HeaderClassName
{
color: #2CB0FB;
}
.AnyTagClassName
{
color: #2CB0FB;
}
</style>
background-color css
<style>
a { background-color: #2CB0FB; }
a { background-color: rgb(44,176,251); }
div.DivClassName
{
background-color: #2CB0FB;
}
.BgClassName
{
background-color: #2CB0FB;
}
</style>
border-color css
<style>
span { border-color: #2CB0FB; }
span { border-color: rgb(44,176,251); }
td.TdClassName
{
border-color: #2CB0FB;
}
.TagClassName
{
border-color: #2CB0FB;
}
</style>