Html Css Color HEX #41BAD1 Viking

📋 copy color: '#41BAD1'

red 65 ◦ green 186 ◦ blue 209

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

Shades of Viking #41BAD1

Tints of Viking #41BAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 209 (82.03% from 255) = 45.43%

R = 14.13%
G = 40.43%
B = 45.43%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#41BAD1 (or 0x41BAD1) is known color: Viking. HEX triplet: 41, BA and D1. RGB value is (65,186,209). Sum of RGB (Red+Green+Blue) = 65+186+209=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #41BAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BAD1 is #BE452E. Grayscale: #989898. Windows color (decimal): -12469551 or 13744705. OLE color: 13744705.

HSL color Cylindrical-coordinate representation of color #41BAD1: hue angle of 189.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BAD1 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 186 209 -
CMYK 0.69 0.11 0 0.18
HSL 189.58º 0.61% 0.54% -
HSV(B) 189.58º 0.69% 0.82% -
XYZ 31.25 40.85 66.56 -
YUV 152.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 65 186 209 0.69 0.11 0 0.18 189.58 0.61 0.54
Hex 41 BA D1 45 B 0 12 BE 3D 36
Octal 101 272 321 105 13 0 22 276 75 66
Binary 1000001 10111010 11010001 1000101 1011 0 10010 10111110 111101 110110

Color Harmonies of #41BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BAD1

Black with #41BAD1

Text Example


Text Example

White with #41BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,186,209); }

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

background-color css

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

 a { background-color: rgb(65,186,209); }

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

border-color css

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

 span { border-color: rgb(65,186,209); }

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