Shades of Pelorous #218BBF
Tints of Pelorous #218BBF
RGB
CMYK
RGB Variations
Color information
#218BBF (or 0x218BBF) is known color: Pelorous. HEX triplet: 21, 8B and BF. RGB value is (33,139,191). Sum of RGB (Red+Green+Blue) = 33+139+191=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #218BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BBF is #DE7440. Grayscale: #707070. Windows color (decimal): -14578753 or 12552993. OLE color: 12552993.
HSL color Cylindrical-coordinate representation of color #218BBF: hue angle of 199.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #218BBF is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 139 | 191 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.25 |
| HSL | 199.75º | 0.71% | 0.44% | - |
| HSV(B) | 199.75º | 0.83% | 0.75% | - |
| XYZ | 19.26 | 22.55 | 52.63 | - |
| YUV | 113.23 | 171.88 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 191 | 0.83 | 0.27 | 0 | 0.25 | 199.75 | 0.71 | 0.44 |
| Hex | 21 | 8B | BF | 53 | 1B | 0 | 19 | C8 | 47 | 2C |
| Octal | 41 | 213 | 277 | 123 | 33 | 0 | 31 | 310 | 107 | 54 |
| Binary | 100001 | 10001011 | 10111111 | 1010011 | 11011 | 0 | 11001 | 11001000 | 1000111 | 101100 |
Color Harmonies of #218BBF
Complementary color
Monochromatic Colors of #218BBF
Black with #218BBF
Text Example
Text Example
White with #218BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BBF; }
p { color: rgb(33,139,191); }
H1.HeaderClassName
{
color: #218BBF;
}
.AnyTagClassName
{
color: #218BBF;
}
</style>
background-color css
<style>
a { background-color: #218BBF; }
a { background-color: rgb(33,139,191); }
div.DivClassName
{
background-color: #218BBF;
}
.BgClassName
{
background-color: #218BBF;
}
</style>
border-color css
<style>
span { border-color: #218BBF; }
span { border-color: rgb(33,139,191); }
td.TdClassName
{
border-color: #218BBF;
}
.TagClassName
{
border-color: #218BBF;
}
</style>