Html Css Color HEX #54AEBC Viking

📋 copy color: '#54AEBC'

red 84 ◦ green 174 ◦ blue 188

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

Shades of Viking #54AEBC

Tints of Viking #54AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 18.83%
G = 39.01%
B = 42.15%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#54AEBC (or 0x54AEBC) is known color: Viking. HEX triplet: 54, AE and BC. RGB value is (84,174,188). Sum of RGB (Red+Green+Blue) = 84+174+188=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #54AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEBC is #AB5143. Grayscale: #949494. Windows color (decimal): -11227460 or 12365396. OLE color: 12365396.

HSL color Cylindrical-coordinate representation of color #54AEBC: hue angle of 188.08º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54AEBC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 174 188 -
CMYK 0.55 0.07 0 0.26
HSL 188.08º 0.44% 0.53% -
HSV(B) 188.08º 0.55% 0.74% -
XYZ 27.87 35.79 53.02 -
YUV 148.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 84 174 188 0.55 0.07 0 0.26 188.08 0.44 0.53
Hex 54 AE BC 37 7 0 1A BC 2C 35
Octal 124 256 274 67 7 0 32 274 54 65
Binary 1010100 10101110 10111100 110111 111 0 11010 10111100 101100 110101

Color Harmonies of #54AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEBC

Black with #54AEBC

Text Example


Text Example

White with #54AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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