Html Css Color HEX #42ABBC Viking

📋 copy color: '#42ABBC'

red 66 ◦ green 171 ◦ blue 188

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

Shades of Viking #42ABBC

Tints of Viking #42ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 15.53%
G = 40.24%
B = 44.24%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#42ABBC (or 0x42ABBC) is known color: Viking. HEX triplet: 42, AB and BC. RGB value is (66,171,188). Sum of RGB (Red+Green+Blue) = 66+171+188=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #42ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABBC is #BD5443. Grayscale: #8D8D8D. Windows color (decimal): -12407876 or 12364610. OLE color: 12364610.

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

Color convert

RGB 66 171 188 -
CMYK 0.65 0.09 0 0.26
HSL 188.36º 0.48% 0.5% -
HSV(B) 188.36º 0.65% 0.74% -
XYZ 25.89 33.91 52.76 -
YUV 141.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 66 171 188 0.65 0.09 0 0.26 188.36 0.48 0.5
Hex 42 AB BC 41 9 0 1A BC 30 32
Octal 102 253 274 101 11 0 32 274 60 62
Binary 1000010 10101011 10111100 1000001 1001 0 11010 10111100 110000 110010

Color Harmonies of #42ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ABBC

Black with #42ABBC

Text Example


Text Example

White with #42ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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