Html Css Color HEX #41ADBE Viking

📋 copy color: '#41ADBE'

red 65 ◦ green 173 ◦ blue 190

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

Shades of Viking #41ADBE

Tints of Viking #41ADBE

RGB

 RED value IS 65 (25.78% from 255) = 15.19%

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

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

R = 15.19%
G = 40.42%
B = 44.39%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41ADBE (or 0x41ADBE) is known color: Viking. HEX triplet: 41, AD and BE. RGB value is (65,173,190). Sum of RGB (Red+Green+Blue) = 65+173+190=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #41ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADBE is #BE5241. Grayscale: #8E8E8E. Windows color (decimal): -12472898 or 12496193. OLE color: 12496193.

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

Color convert

RGB 65 173 190 -
CMYK 0.66 0.09 0 0.25
HSL 188.16º 0.49% 0.5% -
HSV(B) 188.16º 0.66% 0.75% -
XYZ 26.42 34.73 54.03 -
YUV 142.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 65 173 190 0.66 0.09 0 0.25 188.16 0.49 0.5
Hex 41 AD BE 42 9 0 19 BC 31 32
Octal 101 255 276 102 11 0 31 274 61 62
Binary 1000001 10101101 10111110 1000010 1001 0 11001 10111100 110001 110010

Color Harmonies of #41ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ADBE

Black with #41ADBE

Text Example


Text Example

White with #41ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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