Html Css Color HEX #41ABBB Viking

📋 copy color: '#41ABBB'

red 65 ◦ green 171 ◦ blue 187

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

Shades of Viking #41ABBB

Tints of Viking #41ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 15.37%
G = 40.43%
B = 44.21%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#41ABBB (or 0x41ABBB) is known color: Viking. HEX triplet: 41, AB and BB. RGB value is (65,171,187). Sum of RGB (Red+Green+Blue) = 65+171+187=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #41ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABBB is #BE5444. Grayscale: #8C8C8C. Windows color (decimal): -12473413 or 12299073. OLE color: 12299073.

HSL color Cylindrical-coordinate representation of color #41ABBB: hue angle of 187.87º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41ABBB is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 171 187 -
CMYK 0.65 0.09 0 0.27
HSL 187.87º 0.48% 0.49% -
HSV(B) 187.87º 0.65% 0.73% -
XYZ 25.71 33.84 52.19 -
YUV 141.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 65 171 187 0.65 0.09 0 0.27 187.87 0.48 0.49
Hex 41 AB BB 41 9 0 1B BC 30 31
Octal 101 253 273 101 11 0 33 274 60 61
Binary 1000001 10101011 10111011 1000001 1001 0 11011 10111100 110000 110001

Color Harmonies of #41ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ABBB

Black with #41ABBB

Text Example


Text Example

White with #41ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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