Html Css Color HEX #429897 Blue Chill

📋 copy color: '#429897'

red 66 ◦ green 152 ◦ blue 151

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

Shades of Blue Chill #429897

Tints of Blue Chill #429897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 17.89%
G = 41.19%
B = 40.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#429897 (or 0x429897) is known color: Blue Chill. HEX triplet: 42, 98 and 97. RGB value is (66,152,151). Sum of RGB (Red+Green+Blue) = 66+152+151=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #429897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429897 is #BD6768. Grayscale: #7E7E7E. Windows color (decimal): -12412777 or 9934914. OLE color: 9934914.

HSL color Cylindrical-coordinate representation of color #429897: hue angle of 179.3º degrees, saturation: 0.39, 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 #429897 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 151 -
CMYK 0.57 0 0.01 0.40
HSL 179.3º 0.39% 0.43% -
HSV(B) 179.3º 0.57% 0.6% -
XYZ 19.06 25.85 33.26 -
YUV 126.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 66 152 151 0.57 0 0.01 0.40 179.3 0.39 0.43
Hex 42 98 97 39 0 1 28 B3 27 2B
Octal 102 230 227 71 0 1 50 263 47 53
Binary 1000010 10011000 10010111 111001 0 1 101000 10110011 100111 101011

Color Harmonies of #429897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429897

Black with #429897

Text Example


Text Example

White with #429897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429897; }

 p { color: rgb(66,152,151); }

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

background-color css

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

 a { background-color: rgb(66,152,151); }

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

border-color css

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

 span { border-color: rgb(66,152,151); }

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