Shades of Summer Sky #2CBFF1
Tints of Summer Sky #2CBFF1
RGB
CMYK
RGB Variations
Color information
#2CBFF1 (or 0x2CBFF1) is known color: Summer Sky. HEX triplet: 2C, BF and F1. RGB value is (44,191,241). Sum of RGB (Red+Green+Blue) = 44+191+241=476 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.24% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #2CBFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBFF1 is #D3400E. Grayscale: #989898. Windows color (decimal): -13844495 or 15843116. OLE color: 15843116.
HSL color Cylindrical-coordinate representation of color #2CBFF1: hue angle of 195.23º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CBFF1 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 191 | 241 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.05 |
| HSL | 195.23º | 0.88% | 0.56% | - |
| HSV(B) | 195.23º | 0.82% | 0.95% | - |
| XYZ | 35.55 | 44.15 | 89.87 | - |
| YUV | 152.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 241 | 0.82 | 0.21 | 0 | 0.05 | 195.23 | 0.88 | 0.56 |
| Hex | 2C | BF | F1 | 52 | 15 | 0 | 5 | C3 | 58 | 38 |
| Octal | 54 | 277 | 361 | 122 | 25 | 0 | 5 | 303 | 130 | 70 |
| Binary | 101100 | 10111111 | 11110001 | 1010010 | 10101 | 0 | 101 | 11000011 | 1011000 | 111000 |
Color Harmonies of #2CBFF1
Complementary color
Monochromatic Colors of #2CBFF1
Black with #2CBFF1
Text Example
Text Example
White with #2CBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBFF1; }
p { color: rgb(44,191,241); }
H1.HeaderClassName
{
color: #2CBFF1;
}
.AnyTagClassName
{
color: #2CBFF1;
}
</style>
background-color css
<style>
a { background-color: #2CBFF1; }
a { background-color: rgb(44,191,241); }
div.DivClassName
{
background-color: #2CBFF1;
}
.BgClassName
{
background-color: #2CBFF1;
}
</style>
border-color css
<style>
span { border-color: #2CBFF1; }
span { border-color: rgb(44,191,241); }
td.TdClassName
{
border-color: #2CBFF1;
}
.TagClassName
{
border-color: #2CBFF1;
}
</style>