#5EA6DF

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

Shades of Picton Blue #5EA6DF

Tints of Picton Blue #5EA6DF

Color information

#5EA6DF (or 0x5EA6DF) is unknown color: approx Picton Blue. HEX triplet: 5E, A6 and DF. RGB value is (94,166,223). Sum of RGB (Red+Green+Blue) = 94+166+223=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EA6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA6DF is #A15920. Grayscale: #969696. Windows color (decimal): -10574113 or 14657118. OLE color: 14657118.

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

Color convert

RGB94166223-
CMYK0.580.2600.13
HSL206.51º66.84%62.16%-
HSV(B)206.51º57.85%87.45%-
XYZ31.5734.9874.9-
YUV150.97168.6587.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=19.46%
G=34.37%
B=46.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941662230.580.2600.13206.5166.8462.16
Hex5EA6DF3A1A0Dcf433e
Octal136246337723201531710376
Binary101111010100110110111111110101101001101110011111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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