Shades of Summer Sky #2CC1FB
Tints of Summer Sky #2CC1FB
RGB
CMYK
RGB Variations
Color information
#2CC1FB (or 0x2CC1FB) is known color: Summer Sky. HEX triplet: 2C, C1 and FB. RGB value is (44,193,251). Sum of RGB (Red+Green+Blue) = 44+193+251=488 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.02% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #2CC1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC1FB is #D33E04. Grayscale: #9A9A9A. Windows color (decimal): -13843973 or 16498988. OLE color: 16498988.
HSL color Cylindrical-coordinate representation of color #2CC1FB: hue angle of 196.81º 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 #2CC1FB is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 193 | 251 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.02 |
| HSL | 196.81º | 0.96% | 0.58% | - |
| HSV(B) | 196.81º | 0.82% | 0.98% | - |
| XYZ | 37.52 | 45.64 | 98.1 | - |
| YUV | 155.06 | 182.14 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 193 | 251 | 0.82 | 0.23 | 0 | 0.02 | 196.81 | 0.96 | 0.58 |
| Hex | 2C | C1 | FB | 52 | 17 | 0 | 2 | C5 | 60 | 3A |
| Octal | 54 | 301 | 373 | 122 | 27 | 0 | 2 | 305 | 140 | 72 |
| Binary | 101100 | 11000001 | 11111011 | 1010010 | 10111 | 0 | 10 | 11000101 | 1100000 | 111010 |
Color Harmonies of #2CC1FB
Complementary color
Monochromatic Colors of #2CC1FB
Black with #2CC1FB
Text Example
Text Example
White with #2CC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC1FB; }
p { color: rgb(44,193,251); }
H1.HeaderClassName
{
color: #2CC1FB;
}
.AnyTagClassName
{
color: #2CC1FB;
}
</style>
background-color css
<style>
a { background-color: #2CC1FB; }
a { background-color: rgb(44,193,251); }
div.DivClassName
{
background-color: #2CC1FB;
}
.BgClassName
{
background-color: #2CC1FB;
}
</style>
border-color css
<style>
span { border-color: #2CC1FB; }
span { border-color: rgb(44,193,251); }
td.TdClassName
{
border-color: #2CC1FB;
}
.TagClassName
{
border-color: #2CC1FB;
}
</style>