Shades of Summer Sky #2ACBF1
Tints of Summer Sky #2ACBF1
RGB
CMYK
RGB Variations
Color information
#2ACBF1 (or 0x2ACBF1) is known color: Summer Sky. HEX triplet: 2A, CB and F1. RGB value is (42,203,241). Sum of RGB (Red+Green+Blue) = 42+203+241=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #2ACBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACBF1 is #D5340E. Grayscale: #9E9E9E. Windows color (decimal): -13972495 or 15846186. OLE color: 15846186.
HSL color Cylindrical-coordinate representation of color #2ACBF1: hue angle of 191.46º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACBF1 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 203 | 241 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.05 |
| HSL | 191.46º | 0.88% | 0.55% | - |
| HSV(B) | 191.46º | 0.83% | 0.95% | - |
| XYZ | 38.19 | 49.55 | 90.77 | - |
| YUV | 159.19 | 174.16 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 241 | 0.83 | 0.16 | 0 | 0.05 | 191.46 | 0.88 | 0.55 |
| Hex | 2A | CB | F1 | 53 | 10 | 0 | 5 | BF | 58 | 37 |
| Octal | 52 | 313 | 361 | 123 | 20 | 0 | 5 | 277 | 130 | 67 |
| Binary | 101010 | 11001011 | 11110001 | 1010011 | 10000 | 0 | 101 | 10111111 | 1011000 | 110111 |
Color Harmonies of #2ACBF1
Complementary color
Monochromatic Colors of #2ACBF1
Black with #2ACBF1
Text Example
Text Example
White with #2ACBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBF1; }
p { color: rgb(42,203,241); }
H1.HeaderClassName
{
color: #2ACBF1;
}
.AnyTagClassName
{
color: #2ACBF1;
}
</style>
background-color css
<style>
a { background-color: #2ACBF1; }
a { background-color: rgb(42,203,241); }
div.DivClassName
{
background-color: #2ACBF1;
}
.BgClassName
{
background-color: #2ACBF1;
}
</style>
border-color css
<style>
span { border-color: #2ACBF1; }
span { border-color: rgb(42,203,241); }
td.TdClassName
{
border-color: #2ACBF1;
}
.TagClassName
{
border-color: #2ACBF1;
}
</style>