Html Css Color HEX #40ABCC Viking

📋 copy color: '#40ABCC'

red 64 ◦ green 171 ◦ blue 204

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

Shades of Viking #40ABCC

Tints of Viking #40ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 14.58%
G = 38.95%
B = 46.47%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#40ABCC (or 0x40ABCC) is known color: Viking. HEX triplet: 40, AB and CC. RGB value is (64,171,204). Sum of RGB (Red+Green+Blue) = 64+171+204=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #40ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABCC is #BF5433. Grayscale: #8E8E8E. Windows color (decimal): -12538932 or 13413184. OLE color: 13413184.

HSL color Cylindrical-coordinate representation of color #40ABCC: hue angle of 194.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40ABCC is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 171 204 -
CMYK 0.69 0.16 0 0.2
HSL 194.14º 0.58% 0.53% -
HSV(B) 194.14º 0.69% 0.8% -
XYZ 27.58 34.58 62.35 -
YUV 142.77 162.55 71.82 -
System Red Green Blue C M Y K H S L
Decimal 64 171 204 0.69 0.16 0 0.2 194.14 0.58 0.53
Hex 40 AB CC 45 10 0 14 C2 3A 35
Octal 100 253 314 105 20 0 24 302 72 65
Binary 1000000 10101011 11001100 1000101 10000 0 10100 11000010 111010 110101

Color Harmonies of #40ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABCC

Black with #40ABCC

Text Example


Text Example

White with #40ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,171,204); }

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

background-color css

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

 a { background-color: rgb(64,171,204); }

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

border-color css

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

 span { border-color: rgb(64,171,204); }

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