Html Css Color HEX #54B9C9 Viking

📋 copy color: '#54B9C9'

red 84 ◦ green 185 ◦ blue 201

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

Shades of Viking #54B9C9

Tints of Viking #54B9C9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

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

R = 17.87%
G = 39.36%
B = 42.77%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#54B9C9 (or 0x54B9C9) is known color: Viking. HEX triplet: 54, B9 and C9. RGB value is (84,185,201). Sum of RGB (Red+Green+Blue) = 84+185+201=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #54B9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9C9 is #AB4636. Grayscale: #9C9C9C. Windows color (decimal): -11224631 or 13220180. OLE color: 13220180.

HSL color Cylindrical-coordinate representation of color #54B9C9: hue angle of 188.21º 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 #54B9C9 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 185 201 -
CMYK 0.58 0.08 0 0.21
HSL 188.21º 0.52% 0.56% -
HSV(B) 188.21º 0.58% 0.79% -
XYZ 31.55 40.8 61.47 -
YUV 156.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 84 185 201 0.58 0.08 0 0.21 188.21 0.52 0.56
Hex 54 B9 C9 3A 8 0 15 BC 34 38
Octal 124 271 311 72 10 0 25 274 64 70
Binary 1010100 10111001 11001001 111010 1000 0 10101 10111100 110100 111000

Color Harmonies of #54B9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B9C9

Black with #54B9C9

Text Example


Text Example

White with #54B9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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