#54B9CE

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

Shades of Viking #54B9CE

Tints of Viking #54B9CE

Color information

#54B9CE (or 0x54B9CE) is unknown color: approx Viking. HEX triplet: 54, B9 and CE. RGB value is (84,185,206). Sum of RGB (Red+Green+Blue) = 84+185+206=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #54B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9CE is #AB4631. Grayscale: #9D9D9D. Windows color (decimal): -11224626 or 13547860. OLE color: 13547860.

HSL color Cylindrical-coordinate representation of color #54B9CE: hue angle of 190.33º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B9CE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84185206-
CMYK0.590.1000.19
HSL190.33º55.45%56.86%-
HSV(B)190.33º59.22%80.78%-
XYZ32.1541.0464.62-
YUV157.2155.5475.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.68%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=17.68%
G=38.95%
B=43.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841852060.590.1000.19190.3355.4556.86
Hex54B9CE3BA013be3739
Octal12427131673120232766771
Binary10101001011100111001110111011101001001110111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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