#5EACD9

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

Shades of Picton Blue #5EACD9

Tints of Picton Blue #5EACD9

Color information

#5EACD9 (or 0x5EACD9) is unknown color: approx Picton Blue. HEX triplet: 5E, AC and D9. RGB value is (94,172,217). Sum of RGB (Red+Green+Blue) = 94+172+217=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #5EACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACD9 is #A15326. Grayscale: #999999. Windows color (decimal): -10572583 or 14265438. OLE color: 14265438.

HSL color Cylindrical-coordinate representation of color #5EACD9: hue angle of 201.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EACD9 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94172217-
CMYK0.570.2100.15
HSL201.95º61.81%60.98%-
HSV(B)201.95º56.68%85.1%-
XYZ31.8936.8971.09-
YUV153.81163.6685.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=19.46%
G=35.61%
B=44.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941722170.570.2100.15201.9561.8160.98
Hex5EACD939150Fca3e3d
Octal13625433171250173127675
Binary10111101010110011011001111001101010111111001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,217); }

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

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

 a { background-color: rgb(94,172,217); }

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

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

 span { border-color: rgb(94,172,217); }

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