Shades of Summer Sky #2CAFCB
Tints of Summer Sky #2CAFCB
RGB
CMYK
RGB Variations
Color information
#2CAFCB (or 0x2CAFCB) is known color: Summer Sky. HEX triplet: 2C, AF and CB. RGB value is (44,175,203). Sum of RGB (Red+Green+Blue) = 44+175+203=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #2CAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAFCB is #D35034. Grayscale: #8A8A8A. Windows color (decimal): -13848629 or 13348652. OLE color: 13348652.
HSL color Cylindrical-coordinate representation of color #2CAFCB: hue angle of 190.57º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CAFCB is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 175 | 203 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.20 |
| HSL | 190.57º | 0.64% | 0.48% | - |
| HSV(B) | 190.57º | 0.78% | 0.8% | - |
| XYZ | 27.15 | 35.51 | 61.92 | - |
| YUV | 139.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 175 | 203 | 0.78 | 0.14 | 0 | 0.20 | 190.57 | 0.64 | 0.48 |
| Hex | 2C | AF | CB | 4E | E | 0 | 14 | BF | 40 | 30 |
| Octal | 54 | 257 | 313 | 116 | 16 | 0 | 24 | 277 | 100 | 60 |
| Binary | 101100 | 10101111 | 11001011 | 1001110 | 1110 | 0 | 10100 | 10111111 | 1000000 | 110000 |
Color Harmonies of #2CAFCB
Complementary color
Monochromatic Colors of #2CAFCB
Black with #2CAFCB
Text Example
Text Example
White with #2CAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAFCB; }
p { color: rgb(44,175,203); }
H1.HeaderClassName
{
color: #2CAFCB;
}
.AnyTagClassName
{
color: #2CAFCB;
}
</style>
background-color css
<style>
a { background-color: #2CAFCB; }
a { background-color: rgb(44,175,203); }
div.DivClassName
{
background-color: #2CAFCB;
}
.BgClassName
{
background-color: #2CAFCB;
}
</style>
border-color css
<style>
span { border-color: #2CAFCB; }
span { border-color: rgb(44,175,203); }
td.TdClassName
{
border-color: #2CAFCB;
}
.TagClassName
{
border-color: #2CAFCB;
}
</style>