Shades of Summer Sky #2ABFFC
Tints of Summer Sky #2ABFFC
RGB
CMYK
RGB Variations
Color information
#2ABFFC (or 0x2ABFFC) is known color: Summer Sky. HEX triplet: 2A, BF and FC. RGB value is (42,191,252). Sum of RGB (Red+Green+Blue) = 42+191+252=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ABFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABFFC is #D54003. Grayscale: #999999. Windows color (decimal): -13975556 or 16564010. OLE color: 16564010.
HSL color Cylindrical-coordinate representation of color #2ABFFC: hue angle of 197.43º degrees, saturation: 0.97, 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 #2ABFFC is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 191 | 252 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.01 |
| HSL | 197.43º | 0.97% | 0.58% | - |
| HSV(B) | 197.43º | 0.83% | 0.99% | - |
| XYZ | 37.16 | 44.78 | 98.78 | - |
| YUV | 153.4 | 183.64 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 252 | 0.83 | 0.24 | 0 | 0.01 | 197.43 | 0.97 | 0.58 |
| Hex | 2A | BF | FC | 53 | 18 | 0 | 1 | C5 | 61 | 3A |
| Octal | 52 | 277 | 374 | 123 | 30 | 0 | 1 | 305 | 141 | 72 |
| Binary | 101010 | 10111111 | 11111100 | 1010011 | 11000 | 0 | 1 | 11000101 | 1100001 | 111010 |
Color Harmonies of #2ABFFC
Complementary color
Monochromatic Colors of #2ABFFC
Black with #2ABFFC
Text Example
Text Example
White with #2ABFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFFC; }
p { color: rgb(42,191,252); }
H1.HeaderClassName
{
color: #2ABFFC;
}
.AnyTagClassName
{
color: #2ABFFC;
}
</style>
background-color css
<style>
a { background-color: #2ABFFC; }
a { background-color: rgb(42,191,252); }
div.DivClassName
{
background-color: #2ABFFC;
}
.BgClassName
{
background-color: #2ABFFC;
}
</style>
border-color css
<style>
span { border-color: #2ABFFC; }
span { border-color: rgb(42,191,252); }
td.TdClassName
{
border-color: #2ABFFC;
}
.TagClassName
{
border-color: #2ABFFC;
}
</style>