Html Css Color HEX #42A9BB Viking

📋 copy color: '#42A9BB'

red 66 ◦ green 169 ◦ blue 187

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

Shades of Viking #42A9BB

Tints of Viking #42A9BB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 15.64%
G = 40.05%
B = 44.31%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#42A9BB (or 0x42A9BB) is known color: Viking. HEX triplet: 42, A9 and BB. RGB value is (66,169,187). Sum of RGB (Red+Green+Blue) = 66+169+187=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #42A9BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A9BB is #BD5644. Grayscale: #8C8C8C. Windows color (decimal): -12408389 or 12298562. OLE color: 12298562.

HSL color Cylindrical-coordinate representation of color #42A9BB: hue angle of 188.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A9BB is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 169 187 -
CMYK 0.65 0.10 0 0.27
HSL 188.93º 0.48% 0.5% -
HSV(B) 188.93º 0.65% 0.73% -
XYZ 25.4 33.12 52.07 -
YUV 140.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 66 169 187 0.65 0.10 0 0.27 188.93 0.48 0.5
Hex 42 A9 BB 41 A 0 1B BD 30 32
Octal 102 251 273 101 12 0 33 275 60 62
Binary 1000010 10101001 10111011 1000001 1010 0 11011 10111101 110000 110010

Color Harmonies of #42A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A9BB

Black with #42A9BB

Text Example


Text Example

White with #42A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A9BB; }

 p { color: rgb(66,169,187); }

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

background-color css

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

 a { background-color: rgb(66,169,187); }

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

border-color css

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

 span { border-color: rgb(66,169,187); }

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