Shades of Summer Sky #2BBDDF
Tints of Summer Sky #2BBDDF
RGB
CMYK
RGB Variations
Color information
#2BBDDF (or 0x2BBDDF) is known color: Summer Sky. HEX triplet: 2B, BD and DF. RGB value is (43,189,223). Sum of RGB (Red+Green+Blue) = 43+189+223=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDDF is #D44220. Grayscale: #949494. Windows color (decimal): -13910561 or 14662955. OLE color: 14662955.
HSL color Cylindrical-coordinate representation of color #2BBDDF: hue angle of 191.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBDDF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 189 | 223 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191.33º | 0.74% | 0.52% | - |
| HSV(B) | 191.33º | 0.81% | 0.87% | - |
| XYZ | 32.51 | 42.24 | 76.25 | - |
| YUV | 149.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 223 | 0.81 | 0.15 | 0 | 0.13 | 191.33 | 0.74 | 0.52 |
| Hex | 2B | BD | DF | 51 | F | 0 | D | BF | 4A | 34 |
| Octal | 53 | 275 | 337 | 121 | 17 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101011 | 10111101 | 11011111 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #2BBDDF
Complementary color
Monochromatic Colors of #2BBDDF
Black with #2BBDDF
Text Example
Text Example
White with #2BBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDDF; }
p { color: rgb(43,189,223); }
H1.HeaderClassName
{
color: #2BBDDF;
}
.AnyTagClassName
{
color: #2BBDDF;
}
</style>
background-color css
<style>
a { background-color: #2BBDDF; }
a { background-color: rgb(43,189,223); }
div.DivClassName
{
background-color: #2BBDDF;
}
.BgClassName
{
background-color: #2BBDDF;
}
</style>
border-color css
<style>
span { border-color: #2BBDDF; }
span { border-color: rgb(43,189,223); }
td.TdClassName
{
border-color: #2BBDDF;
}
.TagClassName
{
border-color: #2BBDDF;
}
</style>