Shades of Summer Sky #2BCDF2
Tints of Summer Sky #2BCDF2
RGB
CMYK
RGB Variations
Color information
#2BCDF2 (or 0x2BCDF2) is known color: Summer Sky. HEX triplet: 2B, CD and F2. RGB value is (43,205,242). Sum of RGB (Red+Green+Blue) = 43+205+242=490 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.78% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #2BCDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCDF2 is #D4320D. Grayscale: #A0A0A0. Windows color (decimal): -13906446 or 15912235. OLE color: 15912235.
HSL color Cylindrical-coordinate representation of color #2BCDF2: hue angle of 191.16º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCDF2 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 205 | 242 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.05 |
| HSL | 191.16º | 0.88% | 0.56% | - |
| HSV(B) | 191.16º | 0.82% | 0.95% | - |
| XYZ | 38.85 | 50.59 | 91.72 | - |
| YUV | 160.78 | 173.83 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 242 | 0.82 | 0.15 | 0 | 0.05 | 191.16 | 0.88 | 0.56 |
| Hex | 2B | CD | F2 | 52 | F | 0 | 5 | BF | 58 | 38 |
| Octal | 53 | 315 | 362 | 122 | 17 | 0 | 5 | 277 | 130 | 70 |
| Binary | 101011 | 11001101 | 11110010 | 1010010 | 1111 | 0 | 101 | 10111111 | 1011000 | 111000 |
Color Harmonies of #2BCDF2
Complementary color
Monochromatic Colors of #2BCDF2
Black with #2BCDF2
Text Example
Text Example
White with #2BCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDF2; }
p { color: rgb(43,205,242); }
H1.HeaderClassName
{
color: #2BCDF2;
}
.AnyTagClassName
{
color: #2BCDF2;
}
</style>
background-color css
<style>
a { background-color: #2BCDF2; }
a { background-color: rgb(43,205,242); }
div.DivClassName
{
background-color: #2BCDF2;
}
.BgClassName
{
background-color: #2BCDF2;
}
</style>
border-color css
<style>
span { border-color: #2BCDF2; }
span { border-color: rgb(43,205,242); }
td.TdClassName
{
border-color: #2BCDF2;
}
.TagClassName
{
border-color: #2BCDF2;
}
</style>