Shades of Hippie Blue #428C9F
Tints of Hippie Blue #428C9F
RGB
CMYK
RGB Variations
Color information
#428C9F (or 0x428C9F) is known color: Hippie Blue. HEX triplet: 42, 8C and 9F. RGB value is (66,140,159). Sum of RGB (Red+Green+Blue) = 66+140+159=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #428C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C9F is #BD7360. Grayscale: #777777. Windows color (decimal): -12415841 or 10456130. OLE color: 10456130.
HSL color Cylindrical-coordinate representation of color #428C9F: hue angle of 192.26º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #428C9F is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 140 | 159 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.38 |
| HSL | 192.26º | 0.41% | 0.44% | - |
| HSV(B) | 192.26º | 0.58% | 0.62% | - |
| XYZ | 17.88 | 22.42 | 36.19 | - |
| YUV | 120.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 159 | 0.58 | 0.12 | 0 | 0.38 | 192.26 | 0.41 | 0.44 |
| Hex | 42 | 8C | 9F | 3A | C | 0 | 26 | C0 | 29 | 2C |
| Octal | 102 | 214 | 237 | 72 | 14 | 0 | 46 | 300 | 51 | 54 |
| Binary | 1000010 | 10001100 | 10011111 | 111010 | 1100 | 0 | 100110 | 11000000 | 101001 | 101100 |
Color Harmonies of #428C9F
Complementary color
Monochromatic Colors of #428C9F
Black with #428C9F
Text Example
Text Example
White with #428C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C9F; }
p { color: rgb(66,140,159); }
H1.HeaderClassName
{
color: #428C9F;
}
.AnyTagClassName
{
color: #428C9F;
}
</style>
background-color css
<style>
a { background-color: #428C9F; }
a { background-color: rgb(66,140,159); }
div.DivClassName
{
background-color: #428C9F;
}
.BgClassName
{
background-color: #428C9F;
}
</style>
border-color css
<style>
span { border-color: #428C9F; }
span { border-color: rgb(66,140,159); }
td.TdClassName
{
border-color: #428C9F;
}
.TagClassName
{
border-color: #428C9F;
}
</style>