Html Css Color HEX #54ADC8 Viking

📋 copy color: '#54ADC8'

red 84 ◦ green 173 ◦ blue 200

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

Shades of Viking #54ADC8

Tints of Viking #54ADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

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

R = 18.38%
G = 37.86%
B = 43.76%

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

#54ADC8 (or 0x54ADC8) is known color: Viking. HEX triplet: 54, AD and C8. RGB value is (84,173,200). Sum of RGB (Red+Green+Blue) = 84+173+200=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #54ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADC8 is #AB5237. Grayscale: #959595. Windows color (decimal): -11227704 or 13151572. OLE color: 13151572.

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

Color convert

RGB 84 173 200 -
CMYK 0.58 0.14 0 0.22
HSL 193.97º 0.51% 0.56% -
HSV(B) 193.97º 0.58% 0.78% -
XYZ 29.03 35.94 60.05 -
YUV 149.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 84 173 200 0.58 0.14 0 0.22 193.97 0.51 0.56
Hex 54 AD C8 3A E 0 16 C2 33 38
Octal 124 255 310 72 16 0 26 302 63 70
Binary 1010100 10101101 11001000 111010 1110 0 10110 11000010 110011 111000

Color Harmonies of #54ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADC8

Black with #54ADC8

Text Example


Text Example

White with #54ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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