Html Css Color HEX #41ABCE Viking

📋 copy color: '#41ABCE'

red 65 ◦ green 171 ◦ blue 206

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

Shades of Viking #41ABCE

Tints of Viking #41ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 14.71%
G = 38.69%
B = 46.61%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41ABCE (or 0x41ABCE) is known color: Viking. HEX triplet: 41, AB and CE. RGB value is (65,171,206). Sum of RGB (Red+Green+Blue) = 65+171+206=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #41ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABCE is #BE5431. Grayscale: #8F8F8F. Windows color (decimal): -12473394 or 13544257. OLE color: 13544257.

HSL color Cylindrical-coordinate representation of color #41ABCE: hue angle of 194.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41ABCE is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 171 206 -
CMYK 0.68 0.17 0 0.19
HSL 194.89º 0.59% 0.53% -
HSV(B) 194.89º 0.68% 0.81% -
XYZ 27.88 34.71 63.62 -
YUV 143.3 163.38 72.15 -
System Red Green Blue C M Y K H S L
Decimal 65 171 206 0.68 0.17 0 0.19 194.89 0.59 0.53
Hex 41 AB CE 44 11 0 13 C3 3B 35
Octal 101 253 316 104 21 0 23 303 73 65
Binary 1000001 10101011 11001110 1000100 10001 0 10011 11000011 111011 110101

Color Harmonies of #41ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ABCE

Black with #41ABCE

Text Example


Text Example

White with #41ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,171,206); }

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

background-color css

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

 a { background-color: rgb(65,171,206); }

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

border-color css

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

 span { border-color: rgb(65,171,206); }

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