#42999E

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

Shades of Blue Chill #42999E

Tints of Blue Chill #42999E

Color information

#42999E (or 0x42999E) is unknown color: approx Blue Chill. HEX triplet: 42, 99 and 9E. RGB value is (66,153,158). Sum of RGB (Red+Green+Blue) = 66+153+158=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #42999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42999E is #BD6661. Grayscale: #7F7F7F. Windows color (decimal): -12412514 or 10393922. OLE color: 10393922.

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

Color convert

RGB66153158-
CMYK0.580.0300.38
HSL183.26º41.07%43.92%-
HSV(B)183.26º58.23%61.96%-
XYZ19.8126.4136.4-
YUV127.56145.1884.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=17.51%
G=40.58%
B=41.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661531580.580.0300.38183.2641.0743.92
Hex42999E3A3026b7292c
Octal1022312367230462675154
Binary1000010100110011001111011101011010011010110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42999E; }

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

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

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

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

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

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

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

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