#55BED9

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

Shades of Viking #55BED9

Tints of Viking #55BED9

Color information

#55BED9 (or 0x55BED9) is unknown color: approx Viking. HEX triplet: 55, BE and D9. RGB value is (85,190,217). Sum of RGB (Red+Green+Blue) = 85+190+217=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #55BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BED9 is #AA4126. Grayscale: #A1A1A1. Windows color (decimal): -11157799 or 14270037. OLE color: 14270037.

HSL color Cylindrical-coordinate representation of color #55BED9: hue angle of 192.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BED9 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85190217-
CMYK0.610.1200.15
HSL192.27º63.46%59.22%-
HSV(B)192.27º60.83%85.1%-
XYZ34.6843.7772.27-
YUV161.68159.2173.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.28%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=17.28%
G=38.62%
B=44.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851902170.610.1200.15192.2763.4659.22
Hex55BED93DC0Fc03f3b
Octal12527633175140173007773
Binary1010101101111101101100111110111000111111000000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BED9; }

 p { color: rgb(85,190,217); }

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

<style>
 a { background-color: #55BED9; }

 a { background-color: rgb(85,190,217); }

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

<style>
 span { border-color: #55BED9; }

 span { border-color: rgb(85,190,217); }

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