Html Css Color HEX #54ABCA Viking

📋 copy color: '#54ABCA'

red 84 ◦ green 171 ◦ blue 202

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

Shades of Viking #54ABCA

Tints of Viking #54ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 18.38%
G = 37.42%
B = 44.2%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#54ABCA (or 0x54ABCA) is known color: Viking. HEX triplet: 54, AB and CA. RGB value is (84,171,202). Sum of RGB (Red+Green+Blue) = 84+171+202=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #54ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABCA is #AB5435. Grayscale: #949494. Windows color (decimal): -11228214 or 13282132. OLE color: 13282132.

HSL color Cylindrical-coordinate representation of color #54ABCA: hue angle of 195.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54ABCA is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 171 202 -
CMYK 0.58 0.15 0 0.21
HSL 195.76º 0.53% 0.56% -
HSV(B) 195.76º 0.58% 0.79% -
XYZ 28.88 35.27 61.16 -
YUV 148.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 84 171 202 0.58 0.15 0 0.21 195.76 0.53 0.56
Hex 54 AB CA 3A F 0 15 C4 35 38
Octal 124 253 312 72 17 0 25 304 65 70
Binary 1010100 10101011 11001010 111010 1111 0 10101 11000100 110101 111000

Color Harmonies of #54ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABCA

Black with #54ABCA

Text Example


Text Example

White with #54ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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