Html Css Color HEX #41AFCE Viking

📋 copy color: '#41AFCE'

red 65 ◦ green 175 ◦ blue 206

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

Shades of Viking #41AFCE

Tints of Viking #41AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 14.57%
G = 39.24%
B = 46.19%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41AFCE (or 0x41AFCE) is known color: Viking. HEX triplet: 41, AF and CE. RGB value is (65,175,206). Sum of RGB (Red+Green+Blue) = 65+175+206=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #41AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFCE is #BE5031. Grayscale: #919191. Windows color (decimal): -12472370 or 13545281. OLE color: 13545281.

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

Color convert

RGB 65 175 206 -
CMYK 0.68 0.15 0 0.19
HSL 193.19º 0.59% 0.53% -
HSV(B) 193.19º 0.68% 0.81% -
XYZ 28.65 36.24 63.88 -
YUV 145.64 162.06 70.48 -
System Red Green Blue C M Y K H S L
Decimal 65 175 206 0.68 0.15 0 0.19 193.19 0.59 0.53
Hex 41 AF CE 44 F 0 13 C1 3B 35
Octal 101 257 316 104 17 0 23 301 73 65
Binary 1000001 10101111 11001110 1000100 1111 0 10011 11000001 111011 110101

Color Harmonies of #41AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AFCE

Black with #41AFCE

Text Example


Text Example

White with #41AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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