Html Css Color HEX #54AACE Viking

📋 copy color: '#54AACE'

red 84 ◦ green 170 ◦ blue 206

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

Shades of Viking #54AACE

Tints of Viking #54AACE

RGB

 RED value IS 84 (33.2% from 255) = 18.26%

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 18.26%
G = 36.96%
B = 44.78%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54AACE (or 0x54AACE) is known color: Viking. HEX triplet: 54, AA and CE. RGB value is (84,170,206). Sum of RGB (Red+Green+Blue) = 84+170+206=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #54AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AACE is #AB5531. Grayscale: #949494. Windows color (decimal): -11228466 or 13544020. OLE color: 13544020.

HSL color Cylindrical-coordinate representation of color #54AACE: hue angle of 197.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AACE is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 170 206 -
CMYK 0.59 0.17 0 0.19
HSL 197.7º 0.55% 0.57% -
HSV(B) 197.7º 0.59% 0.81% -
XYZ 29.17 35.09 63.63 -
YUV 148.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 84 170 206 0.59 0.17 0 0.19 197.7 0.55 0.57
Hex 54 AA CE 3B 11 0 13 C6 37 39
Octal 124 252 316 73 21 0 23 306 67 71
Binary 1010100 10101010 11001110 111011 10001 0 10011 11000110 110111 111001

Color Harmonies of #54AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AACE

Black with #54AACE

Text Example


Text Example

White with #54AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AACE; }

 p { color: rgb(84,170,206); }

 H1.HeaderClassName
 {
   color: #54AACE;
 }
 .AnyTagClassName
 {
   color: #54AACE;
 }
</style>

background-color css

<style>
 a { background-color: #54AACE; }

 a { background-color: rgb(84,170,206); }

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

border-color css

<style>
 span { border-color: #54AACE; }

 span { border-color: rgb(84,170,206); }

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