Html Css Color HEX #40ABCE Viking

📋 copy color: '#40ABCE'

red 64 ◦ green 171 ◦ blue 206

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

Shades of Viking #40ABCE

Tints of Viking #40ABCE

RGB

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

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

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

R = 14.51%
G = 38.78%
B = 46.71%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40ABCE (or 0x40ABCE) is known color: Viking. HEX triplet: 40, AB and CE. RGB value is (64,171,206). Sum of RGB (Red+Green+Blue) = 64+171+206=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #40ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABCE is #BF5431. Grayscale: #8E8E8E. Windows color (decimal): -12538930 or 13544256. OLE color: 13544256.

HSL color Cylindrical-coordinate representation of color #40ABCE: hue angle of 194.79º degrees, saturation: 0.59, 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 #40ABCE is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 171 206 -
CMYK 0.69 0.17 0 0.19
HSL 194.79º 0.59% 0.53% -
HSV(B) 194.79º 0.69% 0.81% -
XYZ 27.82 34.67 63.62 -
YUV 143 163.55 71.65 -
System Red Green Blue C M Y K H S L
Decimal 64 171 206 0.69 0.17 0 0.19 194.79 0.59 0.53
Hex 40 AB CE 45 11 0 13 C3 3B 35
Octal 100 253 316 105 21 0 23 303 73 65
Binary 1000000 10101011 11001110 1000101 10001 0 10011 11000011 111011 110101

Color Harmonies of #40ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABCE

Black with #40ABCE

Text Example


Text Example

White with #40ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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