Html Css Color HEX #42AABA Viking

📋 copy color: '#42AABA'

red 66 ◦ green 170 ◦ blue 186

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

Shades of Viking #42AABA

Tints of Viking #42AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.28%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 15.64%
G = 40.28%
B = 44.08%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#42AABA (or 0x42AABA) is known color: Viking. HEX triplet: 42, AA and BA. RGB value is (66,170,186). Sum of RGB (Red+Green+Blue) = 66+170+186=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #42AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AABA is #BD5545. Grayscale: #8C8C8C. Windows color (decimal): -12408134 or 12233282. OLE color: 12233282.

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

Color convert

RGB 66 170 186 -
CMYK 0.65 0.09 0 0.27
HSL 188º 0.48% 0.49% -
HSV(B) 188º 0.65% 0.73% -
XYZ 25.48 33.45 51.57 -
YUV 140.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 66 170 186 0.65 0.09 0 0.27 188 0.48 0.49
Hex 42 AA BA 41 9 0 1B BC 30 31
Octal 102 252 272 101 11 0 33 274 60 61
Binary 1000010 10101010 10111010 1000001 1001 0 11011 10111100 110000 110001

Color Harmonies of #42AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AABA

Black with #42AABA

Text Example


Text Example

White with #42AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,170,186); }

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

background-color css

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

 a { background-color: rgb(66,170,186); }

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

border-color css

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

 span { border-color: rgb(66,170,186); }

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