#54BCD6

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

Shades of Viking #54BCD6

Tints of Viking #54BCD6

Color information

#54BCD6 (or 0x54BCD6) is unknown color: approx Viking. HEX triplet: 54, BC and D6. RGB value is (84,188,214). Sum of RGB (Red+Green+Blue) = 84+188+214=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #54BCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCD6 is #AB4329. Grayscale: #9F9F9F. Windows color (decimal): -11223850 or 14072916. OLE color: 14072916.

HSL color Cylindrical-coordinate representation of color #54BCD6: hue angle of 192º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54BCD6 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84188214-
CMYK0.610.1200.16
HSL192º61.32%58.43%-
HSV(B)192º60.75%83.92%-
XYZ33.7842.7170.08-
YUV159.87158.5473.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.28%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=17.28%
G=38.68%
B=44.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841882140.610.1200.1619261.3258.43
Hex54BCD63DC010c03d3a
Octal12427432675140203007572
Binary10101001011110011010110111101110001000011000000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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