Html Css Color HEX #54AEC6 Viking

📋 copy color: '#54AEC6'

red 84 ◦ green 174 ◦ blue 198

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

Shades of Viking #54AEC6

Tints of Viking #54AEC6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 18.42%
G = 38.16%
B = 43.42%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#54AEC6 (or 0x54AEC6) is known color: Viking. HEX triplet: 54, AE and C6. RGB value is (84,174,198). Sum of RGB (Red+Green+Blue) = 84+174+198=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #54AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEC6 is #AB5139. Grayscale: #959595. Windows color (decimal): -11227450 or 13020756. OLE color: 13020756.

HSL color Cylindrical-coordinate representation of color #54AEC6: hue angle of 192.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54AEC6 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 174 198 -
CMYK 0.58 0.12 0 0.22
HSL 192.63º 0.5% 0.55% -
HSV(B) 192.63º 0.58% 0.78% -
XYZ 28.99 36.23 58.89 -
YUV 149.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 84 174 198 0.58 0.12 0 0.22 192.63 0.5 0.55
Hex 54 AE C6 3A C 0 16 C1 32 37
Octal 124 256 306 72 14 0 26 301 62 67
Binary 1010100 10101110 11000110 111010 1100 0 10110 11000001 110010 110111

Color Harmonies of #54AEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEC6

Black with #54AEC6

Text Example


Text Example

White with #54AEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,174,198); }

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

background-color css

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

 a { background-color: rgb(84,174,198); }

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

border-color css

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

 span { border-color: rgb(84,174,198); }

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