Shades of Summer Sky #21BFF3
Tints of Summer Sky #21BFF3
RGB
CMYK
RGB Variations
Color information
#21BFF3 (or 0x21BFF3) is known color: Summer Sky. HEX triplet: 21, BF and F3. RGB value is (33,191,243). Sum of RGB (Red+Green+Blue) = 33+191+243=467 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.07% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #21BFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFF3 is #DE400C. Grayscale: #959595. Windows color (decimal): -14565389 or 15974177. OLE color: 15974177.
HSL color Cylindrical-coordinate representation of color #21BFF3: hue angle of 194.86º degrees, saturation: 0.9, 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 #21BFF3 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 191 | 243 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.05 |
| HSL | 194.86º | 0.9% | 0.54% | - |
| HSV(B) | 194.86º | 0.86% | 0.95% | - |
| XYZ | 35.44 | 44.06 | 91.43 | - |
| YUV | 149.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 243 | 0.86 | 0.21 | 0 | 0.05 | 194.86 | 0.9 | 0.54 |
| Hex | 21 | BF | F3 | 56 | 15 | 0 | 5 | C3 | 5A | 36 |
| Octal | 41 | 277 | 363 | 126 | 25 | 0 | 5 | 303 | 132 | 66 |
| Binary | 100001 | 10111111 | 11110011 | 1010110 | 10101 | 0 | 101 | 11000011 | 1011010 | 110110 |
Color Harmonies of #21BFF3
Complementary color
Monochromatic Colors of #21BFF3
Black with #21BFF3
Text Example
Text Example
White with #21BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFF3; }
p { color: rgb(33,191,243); }
H1.HeaderClassName
{
color: #21BFF3;
}
.AnyTagClassName
{
color: #21BFF3;
}
</style>
background-color css
<style>
a { background-color: #21BFF3; }
a { background-color: rgb(33,191,243); }
div.DivClassName
{
background-color: #21BFF3;
}
.BgClassName
{
background-color: #21BFF3;
}
</style>
border-color css
<style>
span { border-color: #21BFF3; }
span { border-color: rgb(33,191,243); }
td.TdClassName
{
border-color: #21BFF3;
}
.TagClassName
{
border-color: #21BFF3;
}
</style>