#429A98

Color #429A98 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #429A98

Tints of Blue Chill #429A98

Color information

#429A98 (or 0x429A98) is unknown color: approx Blue Chill. HEX triplet: 42, 9A and 98. RGB value is (66,154,152). Sum of RGB (Red+Green+Blue) = 66+154+152=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #429A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429A98 is #BD6567. Grayscale: #7F7F7F. Windows color (decimal): -12412264 or 10000962. OLE color: 10000962.

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

Color convert

RGB66154152-
CMYK0.5700.010.40
HSL178.64º40%43.14%-
HSV(B)178.64º57.14%60.39%-
XYZ19.4726.5433.8-
YUV127.46141.8584.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=17.74%
G=41.40%
B=40.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661541520.5700.010.40178.644043.14
Hex429A98390128b3282b
Octal1022322307101502635053
Binary100001010011010100110001110010110100010110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429A98; }

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

 H1.HeaderClassName
 {
   color: #429A98;
 }
 .AnyTagClassName
 {
   color: #429A98;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #429A98;
 }
 .BgClassName
 {
   background-color: #429A98;
 }
</style>
border-color css

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

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

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