Shades of Summer Sky #2CB3FD
Tints of Summer Sky #2CB3FD
RGB
CMYK
RGB Variations
Color information
#2CB3FD (or 0x2CB3FD) is known color: Summer Sky. HEX triplet: 2C, B3 and FD. RGB value is (44,179,253). Sum of RGB (Red+Green+Blue) = 44+179+253=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CB3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CB3FD is #D34C02. Grayscale: #929292. Windows color (decimal): -13847555 or 16626476. OLE color: 16626476.
HSL color Cylindrical-coordinate representation of color #2CB3FD: hue angle of 201.24º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CB3FD is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 179 | 253 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.01 |
| HSL | 201.24º | 0.98% | 0.58% | - |
| HSV(B) | 201.24º | 0.83% | 0.99% | - |
| XYZ | 34.89 | 39.87 | 98.78 | - |
| YUV | 147.07 | 187.77 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 253 | 0.83 | 0.29 | 0 | 0.01 | 201.24 | 0.98 | 0.58 |
| Hex | 2C | B3 | FD | 53 | 1D | 0 | 1 | C9 | 62 | 3A |
| Octal | 54 | 263 | 375 | 123 | 35 | 0 | 1 | 311 | 142 | 72 |
| Binary | 101100 | 10110011 | 11111101 | 1010011 | 11101 | 0 | 1 | 11001001 | 1100010 | 111010 |
Color Harmonies of #2CB3FD
Complementary color
Monochromatic Colors of #2CB3FD
Black with #2CB3FD
Text Example
Text Example
White with #2CB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB3FD; }
p { color: rgb(44,179,253); }
H1.HeaderClassName
{
color: #2CB3FD;
}
.AnyTagClassName
{
color: #2CB3FD;
}
</style>
background-color css
<style>
a { background-color: #2CB3FD; }
a { background-color: rgb(44,179,253); }
div.DivClassName
{
background-color: #2CB3FD;
}
.BgClassName
{
background-color: #2CB3FD;
}
</style>
border-color css
<style>
span { border-color: #2CB3FD; }
span { border-color: rgb(44,179,253); }
td.TdClassName
{
border-color: #2CB3FD;
}
.TagClassName
{
border-color: #2CB3FD;
}
</style>