Shades of Summer Sky #2CBDEF
Tints of Summer Sky #2CBDEF
RGB
CMYK
RGB Variations
Color information
#2CBDEF (or 0x2CBDEF) is known color: Summer Sky. HEX triplet: 2C, BD and EF. RGB value is (44,189,239). Sum of RGB (Red+Green+Blue) = 44+189+239=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBDEF is #D34210. Grayscale: #979797. Windows color (decimal): -13845009 or 15711532. OLE color: 15711532.
HSL color Cylindrical-coordinate representation of color #2CBDEF: hue angle of 195.38º 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 #2CBDEF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 189 | 239 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.06 |
| HSL | 195.38º | 0.86% | 0.55% | - |
| HSV(B) | 195.38º | 0.82% | 0.94% | - |
| XYZ | 34.82 | 43.16 | 88.16 | - |
| YUV | 151.35 | 177.46 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 239 | 0.82 | 0.21 | 0 | 0.06 | 195.38 | 0.86 | 0.55 |
| Hex | 2C | BD | EF | 52 | 15 | 0 | 6 | C3 | 56 | 37 |
| Octal | 54 | 275 | 357 | 122 | 25 | 0 | 6 | 303 | 126 | 67 |
| Binary | 101100 | 10111101 | 11101111 | 1010010 | 10101 | 0 | 110 | 11000011 | 1010110 | 110111 |
Color Harmonies of #2CBDEF
Complementary color
Monochromatic Colors of #2CBDEF
Black with #2CBDEF
Text Example
Text Example
White with #2CBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDEF; }
p { color: rgb(44,189,239); }
H1.HeaderClassName
{
color: #2CBDEF;
}
.AnyTagClassName
{
color: #2CBDEF;
}
</style>
background-color css
<style>
a { background-color: #2CBDEF; }
a { background-color: rgb(44,189,239); }
div.DivClassName
{
background-color: #2CBDEF;
}
.BgClassName
{
background-color: #2CBDEF;
}
</style>
border-color css
<style>
span { border-color: #2CBDEF; }
span { border-color: rgb(44,189,239); }
td.TdClassName
{
border-color: #2CBDEF;
}
.TagClassName
{
border-color: #2CBDEF;
}
</style>