Html Css Color HEX #54BACA Viking

📋 copy color: '#54BACA'

red 84 ◦ green 186 ◦ blue 202

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

Shades of Viking #54BACA

Tints of Viking #54BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 17.8%
G = 39.41%
B = 42.8%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#54BACA (or 0x54BACA) is known color: Viking. HEX triplet: 54, BA and CA. RGB value is (84,186,202). Sum of RGB (Red+Green+Blue) = 84+186+202=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #54BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BACA is #AB4535. Grayscale: #9D9D9D. Windows color (decimal): -11224374 or 13285972. OLE color: 13285972.

HSL color Cylindrical-coordinate representation of color #54BACA: hue angle of 188.14º 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 #54BACA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 186 202 -
CMYK 0.58 0.08 0 0.21
HSL 188.14º 0.53% 0.56% -
HSV(B) 188.14º 0.58% 0.79% -
XYZ 31.88 41.27 62.16 -
YUV 157.33 153.21 75.7 -
System Red Green Blue C M Y K H S L
Decimal 84 186 202 0.58 0.08 0 0.21 188.14 0.53 0.56
Hex 54 BA CA 3A 8 0 15 BC 35 38
Octal 124 272 312 72 10 0 25 274 65 70
Binary 1010100 10111010 11001010 111010 1000 0 10101 10111100 110101 111000

Color Harmonies of #54BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BACA

Black with #54BACA

Text Example


Text Example

White with #54BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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