Html Css Color HEX #54ADCE Viking

📋 copy color: '#54ADCE'

red 84 ◦ green 173 ◦ blue 206

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

Shades of Viking #54ADCE

Tints of Viking #54ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 18.14%
G = 37.37%
B = 44.49%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54ADCE (or 0x54ADCE) is known color: Viking. HEX triplet: 54, AD and CE. RGB value is (84,173,206). Sum of RGB (Red+Green+Blue) = 84+173+206=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #54ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADCE is #AB5231. Grayscale: #959595. Windows color (decimal): -11227698 or 13544788. OLE color: 13544788.

HSL color Cylindrical-coordinate representation of color #54ADCE: hue angle of 196.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54ADCE is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 173 206 -
CMYK 0.59 0.16 0 0.19
HSL 196.23º 0.55% 0.57% -
HSV(B) 196.23º 0.59% 0.81% -
XYZ 29.74 36.23 63.82 -
YUV 150.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 84 173 206 0.59 0.16 0 0.19 196.23 0.55 0.57
Hex 54 AD CE 3B 10 0 13 C4 37 39
Octal 124 255 316 73 20 0 23 304 67 71
Binary 1010100 10101101 11001110 111011 10000 0 10011 11000100 110111 111001

Color Harmonies of #54ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADCE

Black with #54ADCE

Text Example


Text Example

White with #54ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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