Html Css Color HEX #429099 Blue Chill

📋 copy color: '#429099'

red 66 ◦ green 144 ◦ blue 153

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

Shades of Blue Chill #429099

Tints of Blue Chill #429099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 18.18%
G = 39.67%
B = 42.15%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#429099 (or 0x429099) is known color: Blue Chill. HEX triplet: 42, 90 and 99. RGB value is (66,144,153). Sum of RGB (Red+Green+Blue) = 66+144+153=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #429099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429099 is #BD6F66. Grayscale: #797979. Windows color (decimal): -12414823 or 10063938. OLE color: 10063938.

HSL color Cylindrical-coordinate representation of color #429099: hue angle of 186.21º 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 #429099 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 144 153 -
CMYK 0.57 0.06 0 0.4
HSL 186.21º 0.4% 0.43% -
HSV(B) 186.21º 0.57% 0.6% -
XYZ 17.97 23.4 33.71 -
YUV 121.7 145.66 88.27 -
System Red Green Blue C M Y K H S L
Decimal 66 144 153 0.57 0.06 0 0.4 186.21 0.4 0.43
Hex 42 90 99 39 6 0 28 BA 28 2B
Octal 102 220 231 71 6 0 50 272 50 53
Binary 1000010 10010000 10011001 111001 110 0 101000 10111010 101000 101011

Color Harmonies of #429099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429099

Black with #429099

Text Example


Text Example

White with #429099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429099; }

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

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

background-color css

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

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

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

border-color css

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

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

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