#5EAACD

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

Shades of Picton Blue #5EAACD

Tints of Picton Blue #5EAACD

Color information

#5EAACD (or 0x5EAACD) is unknown color: approx Picton Blue. HEX triplet: 5E, AA and CD. RGB value is (94,170,205). Sum of RGB (Red+Green+Blue) = 94+170+205=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAACD is #A15532. Grayscale: #979797. Windows color (decimal): -10573107 or 13478494. OLE color: 13478494.

HSL color Cylindrical-coordinate representation of color #5EAACD: hue angle of 198.92º 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 #5EAACD is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94170205-
CMYK0.540.1700.20
HSL198.92º52.61%58.63%-
HSV(B)198.92º54.15%80.39%-
XYZ30.0135.5463.04-
YUV151.27158.3287.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.04%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=20.04%
G=36.25%
B=43.71%

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
Decimal941702050.540.1700.20198.9252.6158.63
Hex5EAACD3611014c7353b
Octal13625231566210243076573
Binary101111010101010110011011101101000101010011000111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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