#5eabcd

Color #5EABCD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5EABCD

Tints of Picton Blue #5EABCD

Color information

#5EABCD (or 0x5EABCD) is unknown color: approx Picton Blue. HEX triplet: 5E, AB and CD. RGB value is (94,171,205). Sum of RGB (Red+Green+Blue) = 94+171+205=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABCD is #A15432. Grayscale: #979797. Windows color (decimal): -10572851 or 13478750. OLE color: 13478750.

HSL color Cylindrical-coordinate representation of color #5EABCD: hue angle of 198.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EABCD is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94171205-
CMYK0.540.1700.20
HSL198.38º52.61%58.63%-
HSV(B)198.38º54.15%80.39%-
XYZ30.235.9163.1-
YUV151.85157.9986.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=20%
G=36.38%
B=43.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941712050.540.1700.20198.3852.6158.63
Hex5EABCD3611014c6353b
Octal13625331566210243066573
Binary101111010101011110011011101101000101010011000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eabcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5eabcd; }

 p { color: rgb(94,171,205); }

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

<style>
 a { background-color: #5eabcd; }

 a { background-color: rgb(94,171,205); }

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

<style>
 span { border-color: #5eabcd; }

 span { border-color: rgb(94,171,205); }

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