Html Css Color HEX #54BCD1 Viking

📋 copy color: '#54BCD1'

red 84 ◦ green 188 ◦ blue 209

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

Shades of Viking #54BCD1

Tints of Viking #54BCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 17.46%
G = 39.09%
B = 43.45%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#54BCD1 (or 0x54BCD1) is known color: Viking. HEX triplet: 54, BC and D1. RGB value is (84,188,209). Sum of RGB (Red+Green+Blue) = 84+188+209=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #54BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCD1 is #AB432E. Grayscale: #9F9F9F. Windows color (decimal): -11223855 or 13745236. OLE color: 13745236.

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

Color convert

RGB 84 188 209 -
CMYK 0.60 0.10 0 0.18
HSL 190.08º 0.58% 0.57% -
HSV(B) 190.08º 0.6% 0.82% -
XYZ 33.15 42.45 66.77 -
YUV 159.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 84 188 209 0.60 0.10 0 0.18 190.08 0.58 0.57
Hex 54 BC D1 3C A 0 12 BE 3A 39
Octal 124 274 321 74 12 0 22 276 72 71
Binary 1010100 10111100 11010001 111100 1010 0 10010 10111110 111010 111001

Color Harmonies of #54BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCD1

Black with #54BCD1

Text Example


Text Example

White with #54BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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