Shades of Summer Sky #2CB0FA
Tints of Summer Sky #2CB0FA
RGB
CMYK
RGB Variations
Color information
#2CB0FA (or 0x2CB0FA) is known color: Summer Sky. HEX triplet: 2C, B0 and FA. RGB value is (44,176,250). Sum of RGB (Red+Green+Blue) = 44+176+250=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CB0FA is #D34F05. Grayscale: #909090. Windows color (decimal): -13848326 or 16429100. OLE color: 16429100.
HSL color Cylindrical-coordinate representation of color #2CB0FA: hue angle of 201.55º degrees, saturation: 0.95, 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 #2CB0FA is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 176 | 250 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.02 |
| HSL | 201.55º | 0.95% | 0.58% | - |
| HSV(B) | 201.55º | 0.82% | 0.98% | - |
| XYZ | 33.82 | 38.49 | 96.09 | - |
| YUV | 144.97 | 187.27 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 176 | 250 | 0.82 | 0.30 | 0 | 0.02 | 201.55 | 0.95 | 0.58 |
| Hex | 2C | B0 | FA | 52 | 1E | 0 | 2 | CA | 5F | 3A |
| Octal | 54 | 260 | 372 | 122 | 36 | 0 | 2 | 312 | 137 | 72 |
| Binary | 101100 | 10110000 | 11111010 | 1010010 | 11110 | 0 | 10 | 11001010 | 1011111 | 111010 |
Color Harmonies of #2CB0FA
Complementary color
Monochromatic Colors of #2CB0FA
Black with #2CB0FA
Text Example
Text Example
White with #2CB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB0FA; }
p { color: rgb(44,176,250); }
H1.HeaderClassName
{
color: #2CB0FA;
}
.AnyTagClassName
{
color: #2CB0FA;
}
</style>
background-color css
<style>
a { background-color: #2CB0FA; }
a { background-color: rgb(44,176,250); }
div.DivClassName
{
background-color: #2CB0FA;
}
.BgClassName
{
background-color: #2CB0FA;
}
</style>
border-color css
<style>
span { border-color: #2CB0FA; }
span { border-color: rgb(44,176,250); }
td.TdClassName
{
border-color: #2CB0FA;
}
.TagClassName
{
border-color: #2CB0FA;
}
</style>