Shades of Summer Sky #2CAFCD
Tints of Summer Sky #2CAFCD
RGB
CMYK
RGB Variations
Color information
#2CAFCD (or 0x2CAFCD) is known color: Summer Sky. HEX triplet: 2C, AF and CD. RGB value is (44,175,205). Sum of RGB (Red+Green+Blue) = 44+175+205=424 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.38% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAFCD is #D35032. Grayscale: #8B8B8B. Windows color (decimal): -13848627 or 13479724. OLE color: 13479724.
HSL color Cylindrical-coordinate representation of color #2CAFCD: hue angle of 191.18º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CAFCD is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 175 | 205 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.20 |
| HSL | 191.18º | 0.65% | 0.49% | - |
| HSV(B) | 191.18º | 0.79% | 0.8% | - |
| XYZ | 27.39 | 35.6 | 63.19 | - |
| YUV | 139.25 | 165.1 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 205 | 0.79 | 0.15 | 0 | 0.20 | 191.18 | 0.65 | 0.49 |
| Hex | 2C | AF | CD | 4F | F | 0 | 14 | BF | 41 | 31 |
| Octal | 54 | 257 | 315 | 117 | 17 | 0 | 24 | 277 | 101 | 61 |
| Binary | 101100 | 10101111 | 11001101 | 1001111 | 1111 | 0 | 10100 | 10111111 | 1000001 | 110001 |
Color Harmonies of #2CAFCD
Complementary color
Monochromatic Colors of #2CAFCD
Black with #2CAFCD
Text Example
Text Example
White with #2CAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAFCD; }
p { color: rgb(44,175,205); }
H1.HeaderClassName
{
color: #2CAFCD;
}
.AnyTagClassName
{
color: #2CAFCD;
}
</style>
background-color css
<style>
a { background-color: #2CAFCD; }
a { background-color: rgb(44,175,205); }
div.DivClassName
{
background-color: #2CAFCD;
}
.BgClassName
{
background-color: #2CAFCD;
}
</style>
border-color css
<style>
span { border-color: #2CAFCD; }
span { border-color: rgb(44,175,205); }
td.TdClassName
{
border-color: #2CAFCD;
}
.TagClassName
{
border-color: #2CAFCD;
}
</style>