Html Css Color HEX #41BBD2 Viking

📋 copy color: '#41BBD2'

red 65 ◦ green 187 ◦ blue 210

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

Shades of Viking #41BBD2

Tints of Viking #41BBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

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

R = 14.07%
G = 40.48%
B = 45.45%

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

#41BBD2 (or 0x41BBD2) is known color: Viking. HEX triplet: 41, BB and D2. RGB value is (65,187,210). Sum of RGB (Red+Green+Blue) = 65+187+210=462 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.07% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #41BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBD2 is #BE442D. Grayscale: #989898. Windows color (decimal): -12469294 or 13810497. OLE color: 13810497.

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

Color convert

RGB 65 187 210 -
CMYK 0.69 0.11 0 0.18
HSL 189.52º 0.62% 0.54% -
HSV(B) 189.52º 0.69% 0.82% -
XYZ 31.58 41.32 67.28 -
YUV 153.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 65 187 210 0.69 0.11 0 0.18 189.52 0.62 0.54
Hex 41 BB D2 45 B 0 12 BE 3E 36
Octal 101 273 322 105 13 0 22 276 76 66
Binary 1000001 10111011 11010010 1000101 1011 0 10010 10111110 111110 110110

Color Harmonies of #41BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BBD2

Black with #41BBD2

Text Example


Text Example

White with #41BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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