Shades of Viking #33AEBF
Tints of Viking #33AEBF
RGB
CMYK
RGB Variations
Color information
#33AEBF (or 0x33AEBF) is known color: Viking. HEX triplet: 33, AE and BF. RGB value is (51,174,191). Sum of RGB (Red+Green+Blue) = 51+174+191=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #33AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEBF is #CC5140. Grayscale: #8A8A8A. Windows color (decimal): -13390145 or 12561971. OLE color: 12561971.
HSL color Cylindrical-coordinate representation of color #33AEBF: hue angle of 187.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33AEBF is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 174 | 191 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.25 |
| HSL | 187.29º | 0.58% | 0.47% | - |
| HSV(B) | 187.29º | 0.73% | 0.75% | - |
| XYZ | 25.91 | 34.74 | 54.63 | - |
| YUV | 139.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 174 | 191 | 0.73 | 0.09 | 0 | 0.25 | 187.29 | 0.58 | 0.47 |
| Hex | 33 | AE | BF | 49 | 9 | 0 | 19 | BB | 3A | 2F |
| Octal | 63 | 256 | 277 | 111 | 11 | 0 | 31 | 273 | 72 | 57 |
| Binary | 110011 | 10101110 | 10111111 | 1001001 | 1001 | 0 | 11001 | 10111011 | 111010 | 101111 |
Color Harmonies of #33AEBF
Complementary color
Monochromatic Colors of #33AEBF
Black with #33AEBF
Text Example
Text Example
White with #33AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AEBF; }
p { color: rgb(51,174,191); }
H1.HeaderClassName
{
color: #33AEBF;
}
.AnyTagClassName
{
color: #33AEBF;
}
</style>
background-color css
<style>
a { background-color: #33AEBF; }
a { background-color: rgb(51,174,191); }
div.DivClassName
{
background-color: #33AEBF;
}
.BgClassName
{
background-color: #33AEBF;
}
</style>
border-color css
<style>
span { border-color: #33AEBF; }
span { border-color: rgb(51,174,191); }
td.TdClassName
{
border-color: #33AEBF;
}
.TagClassName
{
border-color: #33AEBF;
}
</style>