Shades of Summer Sky #4CBFF2
Tints of Summer Sky #4CBFF2
RGB
CMYK
RGB Variations
Color information
#4CBFF2 (or 0x4CBFF2) is known color: Summer Sky. HEX triplet: 4C, BF and F2. RGB value is (76,191,242). Sum of RGB (Red+Green+Blue) = 76+191+242=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CBFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBFF2 is #B3400D. Grayscale: #A2A2A2. Windows color (decimal): -11747342 or 15908684. OLE color: 15908684.
HSL color Cylindrical-coordinate representation of color #4CBFF2: hue angle of 198.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CBFF2 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 191 | 242 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.05 |
| HSL | 198.43º | 0.86% | 0.62% | - |
| HSV(B) | 198.43º | 0.69% | 0.95% | - |
| XYZ | 37.64 | 45.21 | 90.75 | - |
| YUV | 162.43 | 172.9 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 242 | 0.69 | 0.21 | 0 | 0.05 | 198.43 | 0.86 | 0.62 |
| Hex | 4C | BF | F2 | 45 | 15 | 0 | 5 | C6 | 56 | 3E |
| Octal | 114 | 277 | 362 | 105 | 25 | 0 | 5 | 306 | 126 | 76 |
| Binary | 1001100 | 10111111 | 11110010 | 1000101 | 10101 | 0 | 101 | 11000110 | 1010110 | 111110 |
Color Harmonies of #4CBFF2
Complementary color
Monochromatic Colors of #4CBFF2
Black with #4CBFF2
Text Example
Text Example
White with #4CBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFF2; }
p { color: rgb(76,191,242); }
H1.HeaderClassName
{
color: #4CBFF2;
}
.AnyTagClassName
{
color: #4CBFF2;
}
</style>
background-color css
<style>
a { background-color: #4CBFF2; }
a { background-color: rgb(76,191,242); }
div.DivClassName
{
background-color: #4CBFF2;
}
.BgClassName
{
background-color: #4CBFF2;
}
</style>
border-color css
<style>
span { border-color: #4CBFF2; }
span { border-color: rgb(76,191,242); }
td.TdClassName
{
border-color: #4CBFF2;
}
.TagClassName
{
border-color: #4CBFF2;
}
</style>