Html Css Color HEX #54ABC8 Viking

📋 copy color: '#54ABC8'

red 84 ◦ green 171 ◦ blue 200

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

Shades of Viking #54ABC8

Tints of Viking #54ABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 18.46%
G = 37.58%
B = 43.96%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#54ABC8 (or 0x54ABC8) is known color: Viking. HEX triplet: 54, AB and C8. RGB value is (84,171,200). Sum of RGB (Red+Green+Blue) = 84+171+200=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #54ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABC8 is #AB5437. Grayscale: #949494. Windows color (decimal): -11228216 or 13151060. OLE color: 13151060.

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

Color convert

RGB 84 171 200 -
CMYK 0.58 0.14 0 0.22
HSL 195º 0.51% 0.56% -
HSV(B) 195º 0.58% 0.78% -
XYZ 28.64 35.18 59.92 -
YUV 148.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 84 171 200 0.58 0.14 0 0.22 195 0.51 0.56
Hex 54 AB C8 3A E 0 16 C3 33 38
Octal 124 253 310 72 16 0 26 303 63 70
Binary 1010100 10101011 11001000 111010 1110 0 10110 11000011 110011 111000

Color Harmonies of #54ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABC8

Black with #54ABC8

Text Example


Text Example

White with #54ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,171,200); }

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

background-color css

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

 a { background-color: rgb(84,171,200); }

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

border-color css

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

 span { border-color: rgb(84,171,200); }

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