#5EA6DE

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

Shades of Picton Blue #5EA6DE

Tints of Picton Blue #5EA6DE

Color information

#5EA6DE (or 0x5EA6DE) is unknown color: approx Picton Blue. HEX triplet: 5E, A6 and DE. RGB value is (94,166,222). Sum of RGB (Red+Green+Blue) = 94+166+222=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EA6DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA6DE is #A15921. Grayscale: #969696. Windows color (decimal): -10574114 or 14591582. OLE color: 14591582.

HSL color Cylindrical-coordinate representation of color #5EA6DE: hue angle of 206.25º 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 #5EA6DE is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94166222-
CMYK0.580.2500.13
HSL206.25º65.98%61.96%-
HSV(B)206.25º57.66%87.06%-
XYZ31.4434.9374.19-
YUV150.86168.1587.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.50%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=19.50%
G=34.44%
B=46.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941662220.580.2500.13206.2565.9861.96
Hex5EA6DE3A190Dce423e
Octal136246336723101531610276
Binary101111010100110110111101110101100101101110011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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