#5EA3DE

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

Shades of Picton Blue #5EA3DE

Tints of Picton Blue #5EA3DE

Color information

#5EA3DE (or 0x5EA3DE) is unknown color: approx Picton Blue. HEX triplet: 5E, A3 and DE. RGB value is (94,163,222). Sum of RGB (Red+Green+Blue) = 94+163+222=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EA3DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA3DE is #A15C21. Grayscale: #949494. Windows color (decimal): -10574882 or 14590814. OLE color: 14590814.

HSL color Cylindrical-coordinate representation of color #5EA3DE: hue angle of 207.66º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EA3DE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94163222-
CMYK0.580.2700.13
HSL207.66º65.98%61.96%-
HSV(B)207.66º57.66%87.06%-
XYZ30.933.8574.01-
YUV149.1169.1488.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.62%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=19.62%
G=34.03%
B=46.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941632220.580.2700.13207.6665.9861.96
Hex5EA3DE3A1B0Dd0423e
Octal136243336723301532010276
Binary101111010100011110111101110101101101101110100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,222); }

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

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

 a { background-color: rgb(94,163,222); }

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

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

 span { border-color: rgb(94,163,222); }

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