Shades of Summer Sky #21BCEF
Tints of Summer Sky #21BCEF
RGB
CMYK
RGB Variations
Color information
#21BCEF (or 0x21BCEF) is known color: Summer Sky. HEX triplet: 21, BC and EF. RGB value is (33,188,239). Sum of RGB (Red+Green+Blue) = 33+188+239=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #21BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BCEF is #DE4310. Grayscale: #939393. Windows color (decimal): -14566161 or 15711265. OLE color: 15711265.
HSL color Cylindrical-coordinate representation of color #21BCEF: hue angle of 194.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BCEF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 188 | 239 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.06 |
| HSL | 194.85º | 0.87% | 0.53% | - |
| HSV(B) | 194.85º | 0.86% | 0.94% | - |
| XYZ | 34.19 | 42.52 | 88.07 | - |
| YUV | 147.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 239 | 0.86 | 0.21 | 0 | 0.06 | 194.85 | 0.87 | 0.53 |
| Hex | 21 | BC | EF | 56 | 15 | 0 | 6 | C3 | 57 | 35 |
| Octal | 41 | 274 | 357 | 126 | 25 | 0 | 6 | 303 | 127 | 65 |
| Binary | 100001 | 10111100 | 11101111 | 1010110 | 10101 | 0 | 110 | 11000011 | 1010111 | 110101 |
Color Harmonies of #21BCEF
Complementary color
Monochromatic Colors of #21BCEF
Black with #21BCEF
Text Example
Text Example
White with #21BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCEF; }
p { color: rgb(33,188,239); }
H1.HeaderClassName
{
color: #21BCEF;
}
.AnyTagClassName
{
color: #21BCEF;
}
</style>
background-color css
<style>
a { background-color: #21BCEF; }
a { background-color: rgb(33,188,239); }
div.DivClassName
{
background-color: #21BCEF;
}
.BgClassName
{
background-color: #21BCEF;
}
</style>
border-color css
<style>
span { border-color: #21BCEF; }
span { border-color: rgb(33,188,239); }
td.TdClassName
{
border-color: #21BCEF;
}
.TagClassName
{
border-color: #21BCEF;
}
</style>