Html Css Color HEX #42ADBE Viking

📋 copy color: '#42ADBE'

red 66 ◦ green 173 ◦ blue 190

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

Shades of Viking #42ADBE

Tints of Viking #42ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 15.38%
G = 40.33%
B = 44.29%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42ADBE (or 0x42ADBE) is known color: Viking. HEX triplet: 42, AD and BE. RGB value is (66,173,190). Sum of RGB (Red+Green+Blue) = 66+173+190=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #42ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADBE is #BD5241. Grayscale: #8E8E8E. Windows color (decimal): -12407362 or 12496194. OLE color: 12496194.

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

Color convert

RGB 66 173 190 -
CMYK 0.65 0.09 0 0.25
HSL 188.23º 0.49% 0.5% -
HSV(B) 188.23º 0.65% 0.75% -
XYZ 26.48 34.76 54.03 -
YUV 142.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 66 173 190 0.65 0.09 0 0.25 188.23 0.49 0.5
Hex 42 AD BE 41 9 0 19 BC 31 32
Octal 102 255 276 101 11 0 31 274 61 62
Binary 1000010 10101101 10111110 1000001 1001 0 11001 10111100 110001 110010

Color Harmonies of #42ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADBE

Black with #42ADBE

Text Example


Text Example

White with #42ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,173,190); }

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

background-color css

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

 a { background-color: rgb(66,173,190); }

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

border-color css

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

 span { border-color: rgb(66,173,190); }

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