Html Css Color HEX #40ACC1 Viking

📋 copy color: '#40ACC1'

red 64 ◦ green 172 ◦ blue 193

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

Shades of Viking #40ACC1

Tints of Viking #40ACC1

RGB

 RED value IS 64 (25.39% from 255) = 14.92%

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 14.92%
G = 40.09%
B = 44.99%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#40ACC1 (or 0x40ACC1) is known color: Viking. HEX triplet: 40, AC and C1. RGB value is (64,172,193). Sum of RGB (Red+Green+Blue) = 64+172+193=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #40ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACC1 is #BF533E. Grayscale: #8D8D8D. Windows color (decimal): -12538687 or 12692544. OLE color: 12692544.

HSL color Cylindrical-coordinate representation of color #40ACC1: hue angle of 189.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40ACC1 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 172 193 -
CMYK 0.67 0.11 0 0.24
HSL 189.77º 0.51% 0.5% -
HSV(B) 189.77º 0.67% 0.76% -
XYZ 26.49 34.45 55.7 -
YUV 142.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 64 172 193 0.67 0.11 0 0.24 189.77 0.51 0.5
Hex 40 AC C1 43 B 0 18 BE 33 32
Octal 100 254 301 103 13 0 30 276 63 62
Binary 1000000 10101100 11000001 1000011 1011 0 11000 10111110 110011 110010

Color Harmonies of #40ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACC1

Black with #40ACC1

Text Example


Text Example

White with #40ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40ACC1; }

 p { color: rgb(64,172,193); }

 H1.HeaderClassName
 {
   color: #40ACC1;
 }
 .AnyTagClassName
 {
   color: #40ACC1;
 }
</style>

background-color css

<style>
 a { background-color: #40ACC1; }

 a { background-color: rgb(64,172,193); }

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

border-color css

<style>
 span { border-color: #40ACC1; }

 span { border-color: rgb(64,172,193); }

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