Html Css Color HEX #428F9F Hippie Blue

📋 copy color: '#428F9F'

red 66 ◦ green 143 ◦ blue 159

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

Shades of Hippie Blue #428F9F

Tints of Hippie Blue #428F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 17.93%
G = 38.86%
B = 43.21%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#428F9F (or 0x428F9F) is known color: Hippie Blue. HEX triplet: 42, 8F and 9F. RGB value is (66,143,159). Sum of RGB (Red+Green+Blue) = 66+143+159=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #428F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428F9F is #BD7060. Grayscale: #797979. Windows color (decimal): -12415073 or 10456898. OLE color: 10456898.

HSL color Cylindrical-coordinate representation of color #428F9F: hue angle of 190.32º 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 #428F9F is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 143 159 -
CMYK 0.58 0.10 0 0.38
HSL 190.32º 0.41% 0.44% -
HSV(B) 190.32º 0.58% 0.62% -
XYZ 18.33 23.31 36.33 -
YUV 121.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 66 143 159 0.58 0.10 0 0.38 190.32 0.41 0.44
Hex 42 8F 9F 3A A 0 26 BE 29 2C
Octal 102 217 237 72 12 0 46 276 51 54
Binary 1000010 10001111 10011111 111010 1010 0 100110 10111110 101001 101100

Color Harmonies of #428F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F9F

Black with #428F9F

Text Example


Text Example

White with #428F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,159); }

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

background-color css

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

 a { background-color: rgb(66,143,159); }

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

border-color css

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

 span { border-color: rgb(66,143,159); }

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