#55BCD6

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

Shades of Viking #55BCD6

Tints of Viking #55BCD6

Color information

#55BCD6 (or 0x55BCD6) is unknown color: approx Viking. HEX triplet: 55, BC and D6. RGB value is (85,188,214). Sum of RGB (Red+Green+Blue) = 85+188+214=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #55BCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCD6 is #AA4329. Grayscale: #9F9F9F. Windows color (decimal): -11158314 or 14072917. OLE color: 14072917.

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

Color convert

RGB85188214-
CMYK0.600.1200.16
HSL192.09º61.14%58.63%-
HSV(B)192.09º60.28%83.92%-
XYZ33.8742.7570.09-
YUV160.17158.3874.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=17.45%
G=38.60%
B=43.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851882140.600.1200.16192.0961.1458.63
Hex55BCD63CC010c03d3b
Octal12527432674140203007573
Binary10101011011110011010110111100110001000011000000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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