Html Css Color HEX #428B99 Hippie Blue

📋 copy color: '#428B99'

red 66 ◦ green 139 ◦ blue 153

#428B99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #428B99

Tints of Hippie Blue #428B99

RGB

 RED value IS 66 (26.17% from 255) = 18.44%

 GREEN value IS 139 (54.69% from 255) = 38.83%

 BLUE value IS 153 (60.16% from 255) = 42.74%

R = 18.44%
G = 38.83%
B = 42.74%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#428B99 (or 0x428B99) is known color: Hippie Blue. HEX triplet: 42, 8B and 99. RGB value is (66,139,153). Sum of RGB (Red+Green+Blue) = 66+139+153=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #428B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B99 is #BD7466. Grayscale: #767676. Windows color (decimal): -12416103 or 10062658. OLE color: 10062658.

HSL color Cylindrical-coordinate representation of color #428B99: hue angle of 189.66º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #428B99 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 139 153 -
CMYK 0.57 0.09 0 0.4
HSL 189.66º 0.4% 0.43% -
HSV(B) 189.66º 0.57% 0.6% -
XYZ 17.23 21.92 33.46 -
YUV 118.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 66 139 153 0.57 0.09 0 0.4 189.66 0.4 0.43
Hex 42 8B 99 39 9 0 28 BE 28 2B
Octal 102 213 231 71 11 0 50 276 50 53
Binary 1000010 10001011 10011001 111001 1001 0 101000 10111110 101000 101011

Color Harmonies of #428B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B99

Black with #428B99

Text Example


Text Example

White with #428B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428B99; }

 p { color: rgb(66,139,153); }

 H1.HeaderClassName
 {
   color: #428B99;
 }
 .AnyTagClassName
 {
   color: #428B99;
 }
</style>

background-color css

<style>
 a { background-color: #428B99; }

 a { background-color: rgb(66,139,153); }

 div.DivClassName
 {
   background-color: #428B99;
 }
 .BgClassName
 {
   background-color: #428B99;
 }
</style>

border-color css

<style>
 span { border-color: #428B99; }

 span { border-color: rgb(66,139,153); }

 td.TdClassName
 {
   border-color: #428B99;
 }
 .TagClassName
 {
   border-color: #428B99;
 }
</style>