Html Css Color HEX #54AFD1 Viking

📋 copy color: '#54AFD1'

red 84 ◦ green 175 ◦ blue 209

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

Shades of Viking #54AFD1

Tints of Viking #54AFD1

RGB

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

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

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

R = 17.95%
G = 37.39%
B = 44.66%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#54AFD1 (or 0x54AFD1) is known color: Viking. HEX triplet: 54, AF and D1. RGB value is (84,175,209). Sum of RGB (Red+Green+Blue) = 84+175+209=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #54AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFD1 is #AB502E. Grayscale: #979797. Windows color (decimal): -11227183 or 13741908. OLE color: 13741908.

HSL color Cylindrical-coordinate representation of color #54AFD1: hue angle of 196.32º 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 #54AFD1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 175 209 -
CMYK 0.60 0.16 0 0.18
HSL 196.32º 0.58% 0.57% -
HSV(B) 196.32º 0.6% 0.82% -
XYZ 30.49 37.15 65.88 -
YUV 151.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 84 175 209 0.60 0.16 0 0.18 196.32 0.58 0.57
Hex 54 AF D1 3C 10 0 12 C4 3A 39
Octal 124 257 321 74 20 0 22 304 72 71
Binary 1010100 10101111 11010001 111100 10000 0 10010 11000100 111010 111001

Color Harmonies of #54AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFD1

Black with #54AFD1

Text Example


Text Example

White with #54AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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