Shades of Summer Sky #2CB2FD
Tints of Summer Sky #2CB2FD
RGB
CMYK
RGB Variations
Color information
#2CB2FD (or 0x2CB2FD) is known color: Summer Sky. HEX triplet: 2C, B2 and FD. RGB value is (44,178,253). Sum of RGB (Red+Green+Blue) = 44+178+253=475 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.26% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CB2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CB2FD is #D34D02. Grayscale: #929292. Windows color (decimal): -13847811 or 16626220. OLE color: 16626220.
HSL color Cylindrical-coordinate representation of color #2CB2FD: hue angle of 201.53º 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 #2CB2FD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 178 | 253 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.01 |
| HSL | 201.53º | 0.98% | 0.58% | - |
| HSV(B) | 201.53º | 0.83% | 0.99% | - |
| XYZ | 34.69 | 39.47 | 98.72 | - |
| YUV | 146.48 | 188.11 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 253 | 0.83 | 0.30 | 0 | 0.01 | 201.53 | 0.98 | 0.58 |
| Hex | 2C | B2 | FD | 53 | 1E | 0 | 1 | CA | 62 | 3A |
| Octal | 54 | 262 | 375 | 123 | 36 | 0 | 1 | 312 | 142 | 72 |
| Binary | 101100 | 10110010 | 11111101 | 1010011 | 11110 | 0 | 1 | 11001010 | 1100010 | 111010 |
Color Harmonies of #2CB2FD
Complementary color
Monochromatic Colors of #2CB2FD
Black with #2CB2FD
Text Example
Text Example
White with #2CB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB2FD; }
p { color: rgb(44,178,253); }
H1.HeaderClassName
{
color: #2CB2FD;
}
.AnyTagClassName
{
color: #2CB2FD;
}
</style>
background-color css
<style>
a { background-color: #2CB2FD; }
a { background-color: rgb(44,178,253); }
div.DivClassName
{
background-color: #2CB2FD;
}
.BgClassName
{
background-color: #2CB2FD;
}
</style>
border-color css
<style>
span { border-color: #2CB2FD; }
span { border-color: rgb(44,178,253); }
td.TdClassName
{
border-color: #2CB2FD;
}
.TagClassName
{
border-color: #2CB2FD;
}
</style>