Shades of Deep Sky Blue #21CBF3
Tints of Deep Sky Blue #21CBF3
RGB
CMYK
RGB Variations
Color information
#21CBF3 (or 0x21CBF3) is known color: Deep Sky Blue. HEX triplet: 21, CB and F3. RGB value is (33,203,243). Sum of RGB (Red+Green+Blue) = 33+203+243=479 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.89% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #21CBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CBF3 is #DE340C. Grayscale: #9C9C9C. Windows color (decimal): -14562317 or 15977249. OLE color: 15977249.
HSL color Cylindrical-coordinate representation of color #21CBF3: hue angle of 191.43º 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 #21CBF3 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 203 | 243 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.05 |
| HSL | 191.43º | 0.9% | 0.54% | - |
| HSV(B) | 191.43º | 0.86% | 0.95% | - |
| XYZ | 38.16 | 49.51 | 92.34 | - |
| YUV | 156.73 | 176.68 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 243 | 0.86 | 0.16 | 0 | 0.05 | 191.43 | 0.9 | 0.54 |
| Hex | 21 | CB | F3 | 56 | 10 | 0 | 5 | BF | 5A | 36 |
| Octal | 41 | 313 | 363 | 126 | 20 | 0 | 5 | 277 | 132 | 66 |
| Binary | 100001 | 11001011 | 11110011 | 1010110 | 10000 | 0 | 101 | 10111111 | 1011010 | 110110 |
Color Harmonies of #21CBF3
Complementary color
Monochromatic Colors of #21CBF3
Black with #21CBF3
Text Example
Text Example
White with #21CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBF3; }
p { color: rgb(33,203,243); }
H1.HeaderClassName
{
color: #21CBF3;
}
.AnyTagClassName
{
color: #21CBF3;
}
</style>
background-color css
<style>
a { background-color: #21CBF3; }
a { background-color: rgb(33,203,243); }
div.DivClassName
{
background-color: #21CBF3;
}
.BgClassName
{
background-color: #21CBF3;
}
</style>
border-color css
<style>
span { border-color: #21CBF3; }
span { border-color: rgb(33,203,243); }
td.TdClassName
{
border-color: #21CBF3;
}
.TagClassName
{
border-color: #21CBF3;
}
</style>