Html Css Color HEX #54AFBE Viking

📋 copy color: '#54AFBE'

red 84 ◦ green 175 ◦ blue 190

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

Shades of Viking #54AFBE

Tints of Viking #54AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 18.71%
G = 38.98%
B = 42.32%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54AFBE (or 0x54AFBE) is known color: Viking. HEX triplet: 54, AF and BE. RGB value is (84,175,190). Sum of RGB (Red+Green+Blue) = 84+175+190=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #54AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFBE is #AB5041. Grayscale: #959595. Windows color (decimal): -11227202 or 12496724. OLE color: 12496724.

HSL color Cylindrical-coordinate representation of color #54AFBE: hue angle of 188.49º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54AFBE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 175 190 -
CMYK 0.56 0.08 0 0.25
HSL 188.49º 0.45% 0.54% -
HSV(B) 188.49º 0.56% 0.75% -
XYZ 28.28 36.26 54.22 -
YUV 149.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 84 175 190 0.56 0.08 0 0.25 188.49 0.45 0.54
Hex 54 AF BE 38 8 0 19 BC 2D 36
Octal 124 257 276 70 10 0 31 274 55 66
Binary 1010100 10101111 10111110 111000 1000 0 11001 10111100 101101 110110

Color Harmonies of #54AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFBE

Black with #54AFBE

Text Example


Text Example

White with #54AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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