Html Css Color HEX #54BECA Viking

📋 copy color: '#54BECA'

red 84 ◦ green 190 ◦ blue 202

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

Shades of Viking #54BECA

Tints of Viking #54BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.92%

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

R = 17.65%
G = 39.92%
B = 42.44%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#54BECA (or 0x54BECA) is known color: Viking. HEX triplet: 54, BE and CA. RGB value is (84,190,202). Sum of RGB (Red+Green+Blue) = 84+190+202=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #54BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BECA is #AB4135. Grayscale: #9F9F9F. Windows color (decimal): -11223350 or 13286996. OLE color: 13286996.

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

Color convert

RGB 84 190 202 -
CMYK 0.58 0.06 0 0.21
HSL 186.1º 0.53% 0.56% -
HSV(B) 186.1º 0.58% 0.79% -
XYZ 32.73 42.98 62.45 -
YUV 159.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 84 190 202 0.58 0.06 0 0.21 186.1 0.53 0.56
Hex 54 BE CA 3A 6 0 15 BA 35 38
Octal 124 276 312 72 6 0 25 272 65 70
Binary 1010100 10111110 11001010 111010 110 0 10101 10111010 110101 111000

Color Harmonies of #54BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BECA

Black with #54BECA

Text Example


Text Example

White with #54BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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