Shades of Summer Sky #2ACBFD
Tints of Summer Sky #2ACBFD
RGB
CMYK
RGB Variations
Color information
#2ACBFD (or 0x2ACBFD) is known color: Summer Sky. HEX triplet: 2A, CB and FD. RGB value is (42,203,253). Sum of RGB (Red+Green+Blue) = 42+203+253=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ACBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACBFD is #D53402. Grayscale: #A0A0A0. Windows color (decimal): -13972483 or 16632618. OLE color: 16632618.
HSL color Cylindrical-coordinate representation of color #2ACBFD: hue angle of 194.22º 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 #2ACBFD is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 203 | 253 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.01 |
| HSL | 194.22º | 0.98% | 0.58% | - |
| HSV(B) | 194.22º | 0.83% | 0.99% | - |
| XYZ | 40.04 | 50.3 | 100.53 | - |
| YUV | 160.56 | 180.16 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 253 | 0.83 | 0.20 | 0 | 0.01 | 194.22 | 0.98 | 0.58 |
| Hex | 2A | CB | FD | 53 | 14 | 0 | 1 | C2 | 62 | 3A |
| Octal | 52 | 313 | 375 | 123 | 24 | 0 | 1 | 302 | 142 | 72 |
| Binary | 101010 | 11001011 | 11111101 | 1010011 | 10100 | 0 | 1 | 11000010 | 1100010 | 111010 |
Color Harmonies of #2ACBFD
Complementary color
Monochromatic Colors of #2ACBFD
Black with #2ACBFD
Text Example
Text Example
White with #2ACBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBFD; }
p { color: rgb(42,203,253); }
H1.HeaderClassName
{
color: #2ACBFD;
}
.AnyTagClassName
{
color: #2ACBFD;
}
</style>
background-color css
<style>
a { background-color: #2ACBFD; }
a { background-color: rgb(42,203,253); }
div.DivClassName
{
background-color: #2ACBFD;
}
.BgClassName
{
background-color: #2ACBFD;
}
</style>
border-color css
<style>
span { border-color: #2ACBFD; }
span { border-color: rgb(42,203,253); }
td.TdClassName
{
border-color: #2ACBFD;
}
.TagClassName
{
border-color: #2ACBFD;
}
</style>