Html Css Color HEX #428C96 Blue Chill

📋 copy color: '#428C96'

red 66 ◦ green 140 ◦ blue 150

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

Shades of Blue Chill #428C96

Tints of Blue Chill #428C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 18.54%
G = 39.33%
B = 42.13%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#428C96 (or 0x428C96) is known color: Blue Chill. HEX triplet: 42, 8C and 96. RGB value is (66,140,150). Sum of RGB (Red+Green+Blue) = 66+140+150=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #428C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C96 is #BD7369. Grayscale: #767676. Windows color (decimal): -12415850 or 9866306. OLE color: 9866306.

HSL color Cylindrical-coordinate representation of color #428C96: hue angle of 187.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428C96 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 140 150 -
CMYK 0.56 0.07 0 0.41
HSL 187.14º 0.39% 0.42% -
HSV(B) 187.14º 0.56% 0.59% -
XYZ 17.13 22.12 32.22 -
YUV 119.01 145.48 90.19 -
System Red Green Blue C M Y K H S L
Decimal 66 140 150 0.56 0.07 0 0.41 187.14 0.39 0.42
Hex 42 8C 96 38 7 0 29 BB 27 2A
Octal 102 214 226 70 7 0 51 273 47 52
Binary 1000010 10001100 10010110 111000 111 0 101001 10111011 100111 101010

Color Harmonies of #428C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C96

Black with #428C96

Text Example


Text Example

White with #428C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,140,150); }

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

background-color css

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

 a { background-color: rgb(66,140,150); }

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

border-color css

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

 span { border-color: rgb(66,140,150); }

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