Html Css Color HEX #42999F Blue Chill

📋 copy color: '#42999F'

red 66 ◦ green 153 ◦ blue 159

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

Shades of Blue Chill #42999F

Tints of Blue Chill #42999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 17.46%
G = 40.48%
B = 42.06%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42999F (or 0x42999F) is known color: Blue Chill. HEX triplet: 42, 99 and 9F. RGB value is (66,153,159). Sum of RGB (Red+Green+Blue) = 66+153+159=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #42999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42999F is #BD6660. Grayscale: #7F7F7F. Windows color (decimal): -12412513 or 10459458. OLE color: 10459458.

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

Color convert

RGB 66 153 159 -
CMYK 0.58 0.04 0 0.38
HSL 183.87º 0.41% 0.44% -
HSV(B) 183.87º 0.58% 0.62% -
XYZ 19.9 26.44 36.86 -
YUV 127.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 66 153 159 0.58 0.04 0 0.38 183.87 0.41 0.44
Hex 42 99 9F 3A 4 0 26 B8 29 2C
Octal 102 231 237 72 4 0 46 270 51 54
Binary 1000010 10011001 10011111 111010 100 0 100110 10111000 101001 101100

Color Harmonies of #42999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42999F

Black with #42999F

Text Example


Text Example

White with #42999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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