Shades of Summer Sky #21BEF2
Tints of Summer Sky #21BEF2
RGB
CMYK
RGB Variations
Color information
#21BEF2 (or 0x21BEF2) is known color: Summer Sky. HEX triplet: 21, BE and F2. RGB value is (33,190,242). Sum of RGB (Red+Green+Blue) = 33+190+242=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #21BEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BEF2 is #DE410D. Grayscale: #949494. Windows color (decimal): -14565646 or 15908385. OLE color: 15908385.
HSL color Cylindrical-coordinate representation of color #21BEF2: hue angle of 194.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BEF2 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 190 | 242 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.05 |
| HSL | 194.93º | 0.89% | 0.54% | - |
| HSV(B) | 194.93º | 0.86% | 0.95% | - |
| XYZ | 35.07 | 43.56 | 90.56 | - |
| YUV | 148.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 242 | 0.86 | 0.21 | 0 | 0.05 | 194.93 | 0.89 | 0.54 |
| Hex | 21 | BE | F2 | 56 | 15 | 0 | 5 | C3 | 59 | 36 |
| Octal | 41 | 276 | 362 | 126 | 25 | 0 | 5 | 303 | 131 | 66 |
| Binary | 100001 | 10111110 | 11110010 | 1010110 | 10101 | 0 | 101 | 11000011 | 1011001 | 110110 |
Color Harmonies of #21BEF2
Complementary color
Monochromatic Colors of #21BEF2
Black with #21BEF2
Text Example
Text Example
White with #21BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEF2; }
p { color: rgb(33,190,242); }
H1.HeaderClassName
{
color: #21BEF2;
}
.AnyTagClassName
{
color: #21BEF2;
}
</style>
background-color css
<style>
a { background-color: #21BEF2; }
a { background-color: rgb(33,190,242); }
div.DivClassName
{
background-color: #21BEF2;
}
.BgClassName
{
background-color: #21BEF2;
}
</style>
border-color css
<style>
span { border-color: #21BEF2; }
span { border-color: rgb(33,190,242); }
td.TdClassName
{
border-color: #21BEF2;
}
.TagClassName
{
border-color: #21BEF2;
}
</style>