#54BBD2

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

Shades of Viking #54BBD2

Tints of Viking #54BBD2

Color information

#54BBD2 (or 0x54BBD2) is unknown color: approx Viking. HEX triplet: 54, BB and D2. RGB value is (84,187,210). Sum of RGB (Red+Green+Blue) = 84+187+210=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #54BBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBD2 is #AB442D. Grayscale: #9E9E9E. Windows color (decimal): -11224110 or 13810516. OLE color: 13810516.

HSL color Cylindrical-coordinate representation of color #54BBD2: hue angle of 190.95º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54BBD2 is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84187210-
CMYK0.60.1100.18
HSL190.95º58.33%57.65%-
HSV(B)190.95º60%82.35%-
XYZ33.0642.0867.35-
YUV158.82156.8874.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.46%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=17.46%
G=38.88%
B=43.66%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841872100.60.1100.18190.9558.3357.65
Hex54BBD23CB012bf3a3a
Octal12427332274130222777272
Binary10101001011101111010010111100101101001010111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,187,210); }

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

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

 a { background-color: rgb(84,187,210); }

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

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

 span { border-color: rgb(84,187,210); }

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