Shades of Summer Sky #2ACBDF
Tints of Summer Sky #2ACBDF
RGB
CMYK
RGB Variations
Color information
#2ACBDF (or 0x2ACBDF) is known color: Summer Sky. HEX triplet: 2A, CB and DF. RGB value is (42,203,223). Sum of RGB (Red+Green+Blue) = 42+203+223=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ACBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBDF is #D53420. Grayscale: #9C9C9C. Windows color (decimal): -13972513 or 14666538. OLE color: 14666538.
HSL color Cylindrical-coordinate representation of color #2ACBDF: hue angle of 186.63º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACBDF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 203 | 223 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.13 |
| HSL | 186.63º | 0.74% | 0.52% | - |
| HSV(B) | 186.63º | 0.81% | 0.87% | - |
| XYZ | 35.63 | 48.53 | 77.3 | - |
| YUV | 157.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 223 | 0.81 | 0.09 | 0 | 0.13 | 186.63 | 0.74 | 0.52 |
| Hex | 2A | CB | DF | 51 | 9 | 0 | D | BB | 4A | 34 |
| Octal | 52 | 313 | 337 | 121 | 11 | 0 | 15 | 273 | 112 | 64 |
| Binary | 101010 | 11001011 | 11011111 | 1010001 | 1001 | 0 | 1101 | 10111011 | 1001010 | 110100 |
Color Harmonies of #2ACBDF
Complementary color
Monochromatic Colors of #2ACBDF
Black with #2ACBDF
Text Example
Text Example
White with #2ACBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBDF; }
p { color: rgb(42,203,223); }
H1.HeaderClassName
{
color: #2ACBDF;
}
.AnyTagClassName
{
color: #2ACBDF;
}
</style>
background-color css
<style>
a { background-color: #2ACBDF; }
a { background-color: rgb(42,203,223); }
div.DivClassName
{
background-color: #2ACBDF;
}
.BgClassName
{
background-color: #2ACBDF;
}
</style>
border-color css
<style>
span { border-color: #2ACBDF; }
span { border-color: rgb(42,203,223); }
td.TdClassName
{
border-color: #2ACBDF;
}
.TagClassName
{
border-color: #2ACBDF;
}
</style>