#5EA1CE

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

Shades of Picton Blue #5EA1CE

Tints of Picton Blue #5EA1CE

Color information

#5EA1CE (or 0x5EA1CE) is unknown color: approx Picton Blue. HEX triplet: 5E, A1 and CE. RGB value is (94,161,206). Sum of RGB (Red+Green+Blue) = 94+161+206=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA1CE is #A15E31. Grayscale: #919191. Windows color (decimal): -10575410 or 13541726. OLE color: 13541726.

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

Color convert

RGB94161206-
CMYK0.540.2200.19
HSL204.11º53.33%58.82%-
HSV(B)204.11º54.37%80.78%-
XYZ28.532.3363.13-
YUV146.1161.890.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.39%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=20.39%
G=34.92%
B=44.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal941612060.540.2200.19204.1153.3358.82
Hex5EA1CE3616013cc353b
Octal13624131666260233146573
Binary101111010100001110011101101101011001001111001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,161,206); }

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

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

 a { background-color: rgb(94,161,206); }

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

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

 span { border-color: rgb(94,161,206); }

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