Html Css Color HEX #41ADCF Viking

📋 copy color: '#41ADCF'

red 65 ◦ green 173 ◦ blue 207

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

Shades of Viking #41ADCF

Tints of Viking #41ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

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

R = 14.61%
G = 38.88%
B = 46.52%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41ADCF (or 0x41ADCF) is known color: Viking. HEX triplet: 41, AD and CF. RGB value is (65,173,207). Sum of RGB (Red+Green+Blue) = 65+173+207=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #41ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADCF is #BE5230. Grayscale: #909090. Windows color (decimal): -12472881 or 13610305. OLE color: 13610305.

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

Color convert

RGB 65 173 207 -
CMYK 0.69 0.16 0 0.19
HSL 194.37º 0.6% 0.53% -
HSV(B) 194.37º 0.69% 0.81% -
XYZ 28.39 35.52 64.39 -
YUV 144.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 65 173 207 0.69 0.16 0 0.19 194.37 0.6 0.53
Hex 41 AD CF 45 10 0 13 C2 3C 35
Octal 101 255 317 105 20 0 23 302 74 65
Binary 1000001 10101101 11001111 1000101 10000 0 10011 11000010 111100 110101

Color Harmonies of #41ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ADCF

Black with #41ADCF

Text Example


Text Example

White with #41ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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