Shades of Summer Sky #2BBDDC
Tints of Summer Sky #2BBDDC
RGB
CMYK
RGB Variations
Color information
#2BBDDC (or 0x2BBDDC) is known color: Summer Sky. HEX triplet: 2B, BD and DC. RGB value is (43,189,220). Sum of RGB (Red+Green+Blue) = 43+189+220=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDDC is #D44223. Grayscale: #949494. Windows color (decimal): -13910564 or 14466347. OLE color: 14466347.
HSL color Cylindrical-coordinate representation of color #2BBDDC: hue angle of 190.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBDDC is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 189 | 220 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.14 |
| HSL | 190.51º | 0.72% | 0.52% | - |
| HSV(B) | 190.51º | 0.8% | 0.86% | - |
| XYZ | 32.11 | 42.08 | 74.14 | - |
| YUV | 148.88 | 168.13 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 220 | 0.80 | 0.14 | 0 | 0.14 | 190.51 | 0.72 | 0.52 |
| Hex | 2B | BD | DC | 50 | E | 0 | E | BF | 48 | 34 |
| Octal | 53 | 275 | 334 | 120 | 16 | 0 | 16 | 277 | 110 | 64 |
| Binary | 101011 | 10111101 | 11011100 | 1010000 | 1110 | 0 | 1110 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2BBDDC
Complementary color
Monochromatic Colors of #2BBDDC
Black with #2BBDDC
Text Example
Text Example
White with #2BBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDDC; }
p { color: rgb(43,189,220); }
H1.HeaderClassName
{
color: #2BBDDC;
}
.AnyTagClassName
{
color: #2BBDDC;
}
</style>
background-color css
<style>
a { background-color: #2BBDDC; }
a { background-color: rgb(43,189,220); }
div.DivClassName
{
background-color: #2BBDDC;
}
.BgClassName
{
background-color: #2BBDDC;
}
</style>
border-color css
<style>
span { border-color: #2BBDDC; }
span { border-color: rgb(43,189,220); }
td.TdClassName
{
border-color: #2BBDDC;
}
.TagClassName
{
border-color: #2BBDDC;
}
</style>