Shades of Viking #53BBCE
Tints of Viking #53BBCE
RGB
CMYK
RGB Variations
Color information
#53BBCE (or 0x53BBCE) is known color: Viking. HEX triplet: 53, BB and CE. RGB value is (83,187,206). Sum of RGB (Red+Green+Blue) = 83+187+206=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #53BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBCE is #AC4431. Grayscale: #9D9D9D. Windows color (decimal): -11289650 or 13548371. OLE color: 13548371.
HSL color Cylindrical-coordinate representation of color #53BBCE: hue angle of 189.27º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BBCE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 187 | 206 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.19 |
| HSL | 189.27º | 0.56% | 0.57% | - |
| HSV(B) | 189.27º | 0.6% | 0.81% | - |
| XYZ | 32.48 | 41.84 | 64.76 | - |
| YUV | 158.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 206 | 0.60 | 0.09 | 0 | 0.19 | 189.27 | 0.56 | 0.57 |
| Hex | 53 | BB | CE | 3C | 9 | 0 | 13 | BD | 38 | 39 |
| Octal | 123 | 273 | 316 | 74 | 11 | 0 | 23 | 275 | 70 | 71 |
| Binary | 1010011 | 10111011 | 11001110 | 111100 | 1001 | 0 | 10011 | 10111101 | 111000 | 111001 |
Color Harmonies of #53BBCE
Complementary color
Monochromatic Colors of #53BBCE
Black with #53BBCE
Text Example
Text Example
White with #53BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBCE; }
p { color: rgb(83,187,206); }
H1.HeaderClassName
{
color: #53BBCE;
}
.AnyTagClassName
{
color: #53BBCE;
}
</style>
background-color css
<style>
a { background-color: #53BBCE; }
a { background-color: rgb(83,187,206); }
div.DivClassName
{
background-color: #53BBCE;
}
.BgClassName
{
background-color: #53BBCE;
}
</style>
border-color css
<style>
span { border-color: #53BBCE; }
span { border-color: rgb(83,187,206); }
td.TdClassName
{
border-color: #53BBCE;
}
.TagClassName
{
border-color: #53BBCE;
}
</style>