Shades of Summer Sky #2B9CCF
Tints of Summer Sky #2B9CCF
RGB
CMYK
RGB Variations
Color information
#2B9CCF (or 0x2B9CCF) is known color: Summer Sky. HEX triplet: 2B, 9C and CF. RGB value is (43,156,207). Sum of RGB (Red+Green+Blue) = 43+156+207=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B9CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9CCF is #D46330. Grayscale: #7F7F7F. Windows color (decimal): -13919025 or 13605931. OLE color: 13605931.
HSL color Cylindrical-coordinate representation of color #2B9CCF: hue angle of 198.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B9CCF is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 156 | 207 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.19 |
| HSL | 198.66º | 0.66% | 0.49% | - |
| HSV(B) | 198.66º | 0.79% | 0.81% | - |
| XYZ | 24.15 | 28.8 | 63.32 | - |
| YUV | 128.03 | 172.56 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 207 | 0.79 | 0.25 | 0 | 0.19 | 198.66 | 0.66 | 0.49 |
| Hex | 2B | 9C | CF | 4F | 19 | 0 | 13 | C7 | 42 | 31 |
| Octal | 53 | 234 | 317 | 117 | 31 | 0 | 23 | 307 | 102 | 61 |
| Binary | 101011 | 10011100 | 11001111 | 1001111 | 11001 | 0 | 10011 | 11000111 | 1000010 | 110001 |
Color Harmonies of #2B9CCF
Complementary color
Monochromatic Colors of #2B9CCF
Black with #2B9CCF
Text Example
Text Example
White with #2B9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9CCF; }
p { color: rgb(43,156,207); }
H1.HeaderClassName
{
color: #2B9CCF;
}
.AnyTagClassName
{
color: #2B9CCF;
}
</style>
background-color css
<style>
a { background-color: #2B9CCF; }
a { background-color: rgb(43,156,207); }
div.DivClassName
{
background-color: #2B9CCF;
}
.BgClassName
{
background-color: #2B9CCF;
}
</style>
border-color css
<style>
span { border-color: #2B9CCF; }
span { border-color: rgb(43,156,207); }
td.TdClassName
{
border-color: #2B9CCF;
}
.TagClassName
{
border-color: #2B9CCF;
}
</style>