Html Css Color HEX #54ACD0 Viking

📋 copy color: '#54ACD0'

red 84 ◦ green 172 ◦ blue 208

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

Shades of Viking #54ACD0

Tints of Viking #54ACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 18.1%
G = 37.07%
B = 44.83%

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

#54ACD0 (or 0x54ACD0) is known color: Viking. HEX triplet: 54, AC and D0. RGB value is (84,172,208). Sum of RGB (Red+Green+Blue) = 84+172+208=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #54ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACD0 is #AB532F. Grayscale: #959595. Windows color (decimal): -11227952 or 13675604. OLE color: 13675604.

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

Color convert

RGB 84 172 208 -
CMYK 0.60 0.17 0 0.18
HSL 197.42º 0.57% 0.57% -
HSV(B) 197.42º 0.6% 0.82% -
XYZ 29.79 35.94 65.04 -
YUV 149.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 84 172 208 0.60 0.17 0 0.18 197.42 0.57 0.57
Hex 54 AC D0 3C 11 0 12 C5 39 39
Octal 124 254 320 74 21 0 22 305 71 71
Binary 1010100 10101100 11010000 111100 10001 0 10010 11000101 111001 111001

Color Harmonies of #54ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACD0

Black with #54ACD0

Text Example


Text Example

White with #54ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,172,208); }

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

background-color css

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

 a { background-color: rgb(84,172,208); }

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

border-color css

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

 span { border-color: rgb(84,172,208); }

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