Html Css Color HEX #41BAD2 Viking

📋 copy color: '#41BAD2'

red 65 ◦ green 186 ◦ blue 210

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

Shades of Viking #41BAD2

Tints of Viking #41BAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 14.1%
G = 40.35%
B = 45.55%

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

#41BAD2 (or 0x41BAD2) is known color: Viking. HEX triplet: 41, BA and D2. RGB value is (65,186,210). Sum of RGB (Red+Green+Blue) = 65+186+210=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #41BAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BAD2 is #BE452D. Grayscale: #989898. Windows color (decimal): -12469550 or 13810241. OLE color: 13810241.

HSL color Cylindrical-coordinate representation of color #41BAD2: hue angle of 189.93º degrees, saturation: 0.62, 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 #41BAD2 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 186 210 -
CMYK 0.69 0.11 0 0.18
HSL 189.93º 0.62% 0.54% -
HSV(B) 189.93º 0.69% 0.82% -
XYZ 31.37 40.89 67.21 -
YUV 152.56 160.41 65.55 -
System Red Green Blue C M Y K H S L
Decimal 65 186 210 0.69 0.11 0 0.18 189.93 0.62 0.54
Hex 41 BA D2 45 B 0 12 BE 3E 36
Octal 101 272 322 105 13 0 22 276 76 66
Binary 1000001 10111010 11010010 1000101 1011 0 10010 10111110 111110 110110

Color Harmonies of #41BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BAD2

Black with #41BAD2

Text Example


Text Example

White with #41BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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