Html Css Color HEX #54BCC9 Viking

📋 copy color: '#54BCC9'

red 84 ◦ green 188 ◦ blue 201

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

Shades of Viking #54BCC9

Tints of Viking #54BCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 17.76%
G = 39.75%
B = 42.49%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#54BCC9 (or 0x54BCC9) is known color: Viking. HEX triplet: 54, BC and C9. RGB value is (84,188,201). Sum of RGB (Red+Green+Blue) = 84+188+201=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #54BCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCC9 is #AB4336. Grayscale: #9E9E9E. Windows color (decimal): -11223863 or 13220948. OLE color: 13220948.

HSL color Cylindrical-coordinate representation of color #54BCC9: hue angle of 186.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54BCC9 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 188 201 -
CMYK 0.58 0.06 0 0.21
HSL 186.67º 0.52% 0.56% -
HSV(B) 186.67º 0.58% 0.79% -
XYZ 32.18 42.07 61.68 -
YUV 158.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 84 188 201 0.58 0.06 0 0.21 186.67 0.52 0.56
Hex 54 BC C9 3A 6 0 15 BB 34 38
Octal 124 274 311 72 6 0 25 273 64 70
Binary 1010100 10111100 11001001 111010 110 0 10101 10111011 110100 111000

Color Harmonies of #54BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCC9

Black with #54BCC9

Text Example


Text Example

White with #54BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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