Shades of Hippie Blue #428F9B
Tints of Hippie Blue #428F9B
RGB
CMYK
RGB Variations
Color information
#428F9B (or 0x428F9B) is known color: Hippie Blue. HEX triplet: 42, 8F and 9B. RGB value is (66,143,155). Sum of RGB (Red+Green+Blue) = 66+143+155=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #428F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F9B is #BD7064. Grayscale: #797979. Windows color (decimal): -12415077 or 10194754. OLE color: 10194754.
HSL color Cylindrical-coordinate representation of color #428F9B: hue angle of 188.09º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428F9B is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 143 | 155 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.39 |
| HSL | 188.09º | 0.4% | 0.43% | - |
| HSV(B) | 188.09º | 0.57% | 0.61% | - |
| XYZ | 17.99 | 23.17 | 34.53 | - |
| YUV | 121.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 155 | 0.57 | 0.08 | 0 | 0.39 | 188.09 | 0.4 | 0.43 |
| Hex | 42 | 8F | 9B | 39 | 8 | 0 | 27 | BC | 28 | 2B |
| Octal | 102 | 217 | 233 | 71 | 10 | 0 | 47 | 274 | 50 | 53 |
| Binary | 1000010 | 10001111 | 10011011 | 111001 | 1000 | 0 | 100111 | 10111100 | 101000 | 101011 |
Color Harmonies of #428F9B
Complementary color
Monochromatic Colors of #428F9B
Black with #428F9B
Text Example
Text Example
White with #428F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428F9B; }
p { color: rgb(66,143,155); }
H1.HeaderClassName
{
color: #428F9B;
}
.AnyTagClassName
{
color: #428F9B;
}
</style>
background-color css
<style>
a { background-color: #428F9B; }
a { background-color: rgb(66,143,155); }
div.DivClassName
{
background-color: #428F9B;
}
.BgClassName
{
background-color: #428F9B;
}
</style>
border-color css
<style>
span { border-color: #428F9B; }
span { border-color: rgb(66,143,155); }
td.TdClassName
{
border-color: #428F9B;
}
.TagClassName
{
border-color: #428F9B;
}
</style>