Html Css Color HEX #42999D Blue Chill

📋 copy color: '#42999D'

red 66 ◦ green 153 ◦ blue 157

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

Shades of Blue Chill #42999D

Tints of Blue Chill #42999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 17.55%
G = 40.69%
B = 41.76%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42999D (or 0x42999D) is known color: Blue Chill. HEX triplet: 42, 99 and 9D. RGB value is (66,153,157). Sum of RGB (Red+Green+Blue) = 66+153+157=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #42999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42999D is #BD6662. Grayscale: #7F7F7F. Windows color (decimal): -12412515 or 10328386. OLE color: 10328386.

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

Color convert

RGB 66 153 157 -
CMYK 0.58 0.03 0 0.38
HSL 182.64º 0.41% 0.44% -
HSV(B) 182.64º 0.58% 0.62% -
XYZ 19.72 26.38 35.95 -
YUV 127.44 144.68 84.17 -
System Red Green Blue C M Y K H S L
Decimal 66 153 157 0.58 0.03 0 0.38 182.64 0.41 0.44
Hex 42 99 9D 3A 3 0 26 B7 29 2C
Octal 102 231 235 72 3 0 46 267 51 54
Binary 1000010 10011001 10011101 111010 11 0 100110 10110111 101001 101100

Color Harmonies of #42999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42999D

Black with #42999D

Text Example


Text Example

White with #42999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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