#54B9CA

Color #54B9CA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54B9CA

Tints of Viking #54B9CA

Color information

#54B9CA (or 0x54B9CA) is unknown color: approx Viking. HEX triplet: 54, B9 and CA. RGB value is (84,185,202). Sum of RGB (Red+Green+Blue) = 84+185+202=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #54B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9CA is #AB4635. Grayscale: #9C9C9C. Windows color (decimal): -11224630 or 13285716. OLE color: 13285716.

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

Color convert

RGB84185202-
CMYK0.580.0800.21
HSL188.64º52.68%56.08%-
HSV(B)188.64º58.42%79.22%-
XYZ31.6740.8562.09-
YUV156.74153.5476.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.83%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=17.83%
G=39.28%
B=42.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841852020.580.0800.21188.6452.6856.08
Hex54B9CA3A8015bd3538
Octal12427131272100252756570
Binary10101001011100111001010111010100001010110111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54B9CA;
 }
 .AnyTagClassName
 {
   color: #54B9CA;
 }
</style>
background-color css

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

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

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

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

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

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