Html Css Color HEX #42ABBA Viking

📋 copy color: '#42ABBA'

red 66 ◦ green 171 ◦ blue 186

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

Shades of Viking #42ABBA

Tints of Viking #42ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 15.6%
G = 40.43%
B = 43.97%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#42ABBA (or 0x42ABBA) is known color: Viking. HEX triplet: 42, AB and BA. RGB value is (66,171,186). Sum of RGB (Red+Green+Blue) = 66+171+186=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #42ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABBA is #BD5445. Grayscale: #8D8D8D. Windows color (decimal): -12407878 or 12233538. OLE color: 12233538.

HSL color Cylindrical-coordinate representation of color #42ABBA: hue angle of 187.5º 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 #42ABBA is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 171 186 -
CMYK 0.65 0.08 0 0.27
HSL 187.5º 0.48% 0.49% -
HSV(B) 187.5º 0.65% 0.73% -
XYZ 25.67 33.83 51.63 -
YUV 141.32 153.21 74.28 -
System Red Green Blue C M Y K H S L
Decimal 66 171 186 0.65 0.08 0 0.27 187.5 0.48 0.49
Hex 42 AB BA 41 8 0 1B BC 30 31
Octal 102 253 272 101 10 0 33 274 60 61
Binary 1000010 10101011 10111010 1000001 1000 0 11011 10111100 110000 110001

Color Harmonies of #42ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ABBA

Black with #42ABBA

Text Example


Text Example

White with #42ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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