Html Css Color HEX #54ADD1 Viking

📋 copy color: '#54ADD1'

red 84 ◦ green 173 ◦ blue 209

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

Shades of Viking #54ADD1

Tints of Viking #54ADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 18.03%
G = 37.12%
B = 44.85%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#54ADD1 (or 0x54ADD1) is known color: Viking. HEX triplet: 54, AD and D1. RGB value is (84,173,209). Sum of RGB (Red+Green+Blue) = 84+173+209=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #54ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADD1 is #AB522E. Grayscale: #969696. Windows color (decimal): -11227695 or 13741396. OLE color: 13741396.

HSL color Cylindrical-coordinate representation of color #54ADD1: hue angle of 197.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54ADD1 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 173 209 -
CMYK 0.60 0.17 0 0.18
HSL 197.28º 0.58% 0.57% -
HSV(B) 197.28º 0.6% 0.82% -
XYZ 30.11 36.38 65.76 -
YUV 150.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 84 173 209 0.60 0.17 0 0.18 197.28 0.58 0.57
Hex 54 AD D1 3C 11 0 12 C5 3A 39
Octal 124 255 321 74 21 0 22 305 72 71
Binary 1010100 10101101 11010001 111100 10001 0 10010 11000101 111010 111001

Color Harmonies of #54ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADD1

Black with #54ADD1

Text Example


Text Example

White with #54ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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