Shades of Summer Sky #2ACAFD
Tints of Summer Sky #2ACAFD
RGB
CMYK
RGB Variations
Color information
#2ACAFD (or 0x2ACAFD) is known color: Summer Sky. HEX triplet: 2A, CA and FD. RGB value is (42,202,253). Sum of RGB (Red+Green+Blue) = 42+202+253=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ACAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACAFD is #D53502. Grayscale: #9F9F9F. Windows color (decimal): -13972739 or 16632362. OLE color: 16632362.
HSL color Cylindrical-coordinate representation of color #2ACAFD: hue angle of 194.5º degrees, saturation: 0.98, 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 #2ACAFD is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 202 | 253 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.01 |
| HSL | 194.5º | 0.98% | 0.58% | - |
| HSV(B) | 194.5º | 0.83% | 0.99% | - |
| XYZ | 39.81 | 49.83 | 100.45 | - |
| YUV | 159.97 | 180.49 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 253 | 0.83 | 0.20 | 0 | 0.01 | 194.5 | 0.98 | 0.58 |
| Hex | 2A | CA | FD | 53 | 14 | 0 | 1 | C3 | 62 | 3A |
| Octal | 52 | 312 | 375 | 123 | 24 | 0 | 1 | 303 | 142 | 72 |
| Binary | 101010 | 11001010 | 11111101 | 1010011 | 10100 | 0 | 1 | 11000011 | 1100010 | 111010 |
Color Harmonies of #2ACAFD
Complementary color
Monochromatic Colors of #2ACAFD
Black with #2ACAFD
Text Example
Text Example
White with #2ACAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACAFD; }
p { color: rgb(42,202,253); }
H1.HeaderClassName
{
color: #2ACAFD;
}
.AnyTagClassName
{
color: #2ACAFD;
}
</style>
background-color css
<style>
a { background-color: #2ACAFD; }
a { background-color: rgb(42,202,253); }
div.DivClassName
{
background-color: #2ACAFD;
}
.BgClassName
{
background-color: #2ACAFD;
}
</style>
border-color css
<style>
span { border-color: #2ACAFD; }
span { border-color: rgb(42,202,253); }
td.TdClassName
{
border-color: #2ACAFD;
}
.TagClassName
{
border-color: #2ACAFD;
}
</style>