Shades of Summer Sky #2CADFC
Tints of Summer Sky #2CADFC
RGB
CMYK
RGB Variations
Color information
#2CADFC (or 0x2CADFC) is known color: Summer Sky. HEX triplet: 2C, AD and FC. RGB value is (44,173,252). Sum of RGB (Red+Green+Blue) = 44+173+252=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #2CADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CADFC is #D35203. Grayscale: #8E8E8E. Windows color (decimal): -13849092 or 16559404. OLE color: 16559404.
HSL color Cylindrical-coordinate representation of color #2CADFC: hue angle of 202.79º degrees, saturation: 0.97, 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 #2CADFC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 173 | 252 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.01 |
| HSL | 202.79º | 0.97% | 0.58% | - |
| HSV(B) | 202.79º | 0.83% | 0.99% | - |
| XYZ | 33.55 | 37.45 | 97.56 | - |
| YUV | 143.44 | 189.26 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 252 | 0.83 | 0.31 | 0 | 0.01 | 202.79 | 0.97 | 0.58 |
| Hex | 2C | AD | FC | 53 | 1F | 0 | 1 | CB | 61 | 3A |
| Octal | 54 | 255 | 374 | 123 | 37 | 0 | 1 | 313 | 141 | 72 |
| Binary | 101100 | 10101101 | 11111100 | 1010011 | 11111 | 0 | 1 | 11001011 | 1100001 | 111010 |
Color Harmonies of #2CADFC
Complementary color
Monochromatic Colors of #2CADFC
Black with #2CADFC
Text Example
Text Example
White with #2CADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADFC; }
p { color: rgb(44,173,252); }
H1.HeaderClassName
{
color: #2CADFC;
}
.AnyTagClassName
{
color: #2CADFC;
}
</style>
background-color css
<style>
a { background-color: #2CADFC; }
a { background-color: rgb(44,173,252); }
div.DivClassName
{
background-color: #2CADFC;
}
.BgClassName
{
background-color: #2CADFC;
}
</style>
border-color css
<style>
span { border-color: #2CADFC; }
span { border-color: rgb(44,173,252); }
td.TdClassName
{
border-color: #2CADFC;
}
.TagClassName
{
border-color: #2CADFC;
}
</style>