Html Css Color HEX #41AFCF Viking

📋 copy color: '#41AFCF'

red 65 ◦ green 175 ◦ blue 207

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

Shades of Viking #41AFCF

Tints of Viking #41AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.15%

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

R = 14.54%
G = 39.15%
B = 46.31%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41AFCF (or 0x41AFCF) is known color: Viking. HEX triplet: 41, AF and CF. RGB value is (65,175,207). Sum of RGB (Red+Green+Blue) = 65+175+207=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #41AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFCF is #BE5030. Grayscale: #919191. Windows color (decimal): -12472369 or 13610817. OLE color: 13610817.

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

Color convert

RGB 65 175 207 -
CMYK 0.69 0.15 0 0.19
HSL 193.52º 0.6% 0.53% -
HSV(B) 193.52º 0.69% 0.81% -
XYZ 28.77 36.29 64.52 -
YUV 145.76 162.56 70.4 -
System Red Green Blue C M Y K H S L
Decimal 65 175 207 0.69 0.15 0 0.19 193.52 0.6 0.53
Hex 41 AF CF 45 F 0 13 C2 3C 35
Octal 101 257 317 105 17 0 23 302 74 65
Binary 1000001 10101111 11001111 1000101 1111 0 10011 11000010 111100 110101

Color Harmonies of #41AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AFCF

Black with #41AFCF

Text Example


Text Example

White with #41AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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