Html Css Color HEX #41ABCF Viking

📋 copy color: '#41ABCF'

red 65 ◦ green 171 ◦ blue 207

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

Shades of Viking #41ABCF

Tints of Viking #41ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 14.67%
G = 38.6%
B = 46.73%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41ABCF (or 0x41ABCF) is known color: Viking. HEX triplet: 41, AB and CF. RGB value is (65,171,207). Sum of RGB (Red+Green+Blue) = 65+171+207=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #41ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABCF is #BE5430. Grayscale: #8F8F8F. Windows color (decimal): -12473393 or 13609793. OLE color: 13609793.

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

Color convert

RGB 65 171 207 -
CMYK 0.69 0.17 0 0.19
HSL 195.21º 0.6% 0.53% -
HSV(B) 195.21º 0.69% 0.81% -
XYZ 28.01 34.75 64.26 -
YUV 143.41 163.88 72.07 -
System Red Green Blue C M Y K H S L
Decimal 65 171 207 0.69 0.17 0 0.19 195.21 0.6 0.53
Hex 41 AB CF 45 11 0 13 C3 3C 35
Octal 101 253 317 105 21 0 23 303 74 65
Binary 1000001 10101011 11001111 1000101 10001 0 10011 11000011 111100 110101

Color Harmonies of #41ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ABCF

Black with #41ABCF

Text Example


Text Example

White with #41ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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