Shades of Summer Sky #2CADEF
Tints of Summer Sky #2CADEF
RGB
CMYK
RGB Variations
Color information
#2CADEF (or 0x2CADEF) is known color: Summer Sky. HEX triplet: 2C, AD and EF. RGB value is (44,173,239). Sum of RGB (Red+Green+Blue) = 44+173+239=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CADEF is #D35210. Grayscale: #8D8D8D. Windows color (decimal): -13849105 or 15707436. OLE color: 15707436.
HSL color Cylindrical-coordinate representation of color #2CADEF: hue angle of 200.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CADEF is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 173 | 239 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.06 |
| HSL | 200.31º | 0.86% | 0.55% | - |
| HSV(B) | 200.31º | 0.82% | 0.94% | - |
| XYZ | 31.56 | 36.65 | 87.07 | - |
| YUV | 141.95 | 182.76 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 239 | 0.82 | 0.28 | 0 | 0.06 | 200.31 | 0.86 | 0.55 |
| Hex | 2C | AD | EF | 52 | 1C | 0 | 6 | C8 | 56 | 37 |
| Octal | 54 | 255 | 357 | 122 | 34 | 0 | 6 | 310 | 126 | 67 |
| Binary | 101100 | 10101101 | 11101111 | 1010010 | 11100 | 0 | 110 | 11001000 | 1010110 | 110111 |
Color Harmonies of #2CADEF
Complementary color
Monochromatic Colors of #2CADEF
Black with #2CADEF
Text Example
Text Example
White with #2CADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADEF; }
p { color: rgb(44,173,239); }
H1.HeaderClassName
{
color: #2CADEF;
}
.AnyTagClassName
{
color: #2CADEF;
}
</style>
background-color css
<style>
a { background-color: #2CADEF; }
a { background-color: rgb(44,173,239); }
div.DivClassName
{
background-color: #2CADEF;
}
.BgClassName
{
background-color: #2CADEF;
}
</style>
border-color css
<style>
span { border-color: #2CADEF; }
span { border-color: rgb(44,173,239); }
td.TdClassName
{
border-color: #2CADEF;
}
.TagClassName
{
border-color: #2CADEF;
}
</style>