Shades of Summer Sky #2ACBF5
Tints of Summer Sky #2ACBF5
RGB
CMYK
RGB Variations
Color information
#2ACBF5 (or 0x2ACBF5) is known color: Summer Sky. HEX triplet: 2A, CB and F5. RGB value is (42,203,245). Sum of RGB (Red+Green+Blue) = 42+203+245=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #2ACBF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACBF5 is #D5340A. Grayscale: #9F9F9F. Windows color (decimal): -13972491 or 16108330. OLE color: 16108330.
HSL color Cylindrical-coordinate representation of color #2ACBF5: hue angle of 192.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACBF5 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 203 | 245 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.04 |
| HSL | 192.41º | 0.91% | 0.56% | - |
| HSV(B) | 192.41º | 0.83% | 0.96% | - |
| XYZ | 38.79 | 49.8 | 93.95 | - |
| YUV | 159.65 | 176.16 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 245 | 0.83 | 0.17 | 0 | 0.04 | 192.41 | 0.91 | 0.56 |
| Hex | 2A | CB | F5 | 53 | 11 | 0 | 4 | C0 | 5B | 38 |
| Octal | 52 | 313 | 365 | 123 | 21 | 0 | 4 | 300 | 133 | 70 |
| Binary | 101010 | 11001011 | 11110101 | 1010011 | 10001 | 0 | 100 | 11000000 | 1011011 | 111000 |
Color Harmonies of #2ACBF5
Complementary color
Monochromatic Colors of #2ACBF5
Black with #2ACBF5
Text Example
Text Example
White with #2ACBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBF5; }
p { color: rgb(42,203,245); }
H1.HeaderClassName
{
color: #2ACBF5;
}
.AnyTagClassName
{
color: #2ACBF5;
}
</style>
background-color css
<style>
a { background-color: #2ACBF5; }
a { background-color: rgb(42,203,245); }
div.DivClassName
{
background-color: #2ACBF5;
}
.BgClassName
{
background-color: #2ACBF5;
}
</style>
border-color css
<style>
span { border-color: #2ACBF5; }
span { border-color: rgb(42,203,245); }
td.TdClassName
{
border-color: #2ACBF5;
}
.TagClassName
{
border-color: #2ACBF5;
}
</style>