Shades of Summer Sky #2CB9FA
Tints of Summer Sky #2CB9FA
RGB
CMYK
RGB Variations
Color information
#2CB9FA (or 0x2CB9FA) is known color: Summer Sky. HEX triplet: 2C, B9 and FA. RGB value is (44,185,250). Sum of RGB (Red+Green+Blue) = 44+185+250=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CB9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CB9FA is #D34605. Grayscale: #959595. Windows color (decimal): -13846022 or 16431404. OLE color: 16431404.
HSL color Cylindrical-coordinate representation of color #2CB9FA: hue angle of 198.93º 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 #2CB9FA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 185 | 250 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.02 |
| HSL | 198.93º | 0.95% | 0.58% | - |
| HSV(B) | 198.93º | 0.82% | 0.98% | - |
| XYZ | 35.64 | 42.14 | 96.7 | - |
| YUV | 150.25 | 184.29 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 185 | 250 | 0.82 | 0.26 | 0 | 0.02 | 198.93 | 0.95 | 0.58 |
| Hex | 2C | B9 | FA | 52 | 1A | 0 | 2 | C7 | 5F | 3A |
| Octal | 54 | 271 | 372 | 122 | 32 | 0 | 2 | 307 | 137 | 72 |
| Binary | 101100 | 10111001 | 11111010 | 1010010 | 11010 | 0 | 10 | 11000111 | 1011111 | 111010 |
Color Harmonies of #2CB9FA
Complementary color
Monochromatic Colors of #2CB9FA
Black with #2CB9FA
Text Example
Text Example
White with #2CB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB9FA; }
p { color: rgb(44,185,250); }
H1.HeaderClassName
{
color: #2CB9FA;
}
.AnyTagClassName
{
color: #2CB9FA;
}
</style>
background-color css
<style>
a { background-color: #2CB9FA; }
a { background-color: rgb(44,185,250); }
div.DivClassName
{
background-color: #2CB9FA;
}
.BgClassName
{
background-color: #2CB9FA;
}
</style>
border-color css
<style>
span { border-color: #2CB9FA; }
span { border-color: rgb(44,185,250); }
td.TdClassName
{
border-color: #2CB9FA;
}
.TagClassName
{
border-color: #2CB9FA;
}
</style>