#5EA4DB

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

Shades of Picton Blue #5EA4DB

Tints of Picton Blue #5EA4DB

Color information

#5EA4DB (or 0x5EA4DB) is unknown color: approx Picton Blue. HEX triplet: 5E, A4 and DB. RGB value is (94,164,219). Sum of RGB (Red+Green+Blue) = 94+164+219=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA4DB is #A15B24. Grayscale: #959595. Windows color (decimal): -10574629 or 14394462. OLE color: 14394462.

HSL color Cylindrical-coordinate representation of color #5EA4DB: hue angle of 206.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EA4DB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94164219-
CMYK0.570.2500.14
HSL206.4º63.45%61.37%-
HSV(B)206.4º57.08%85.88%-
XYZ30.6834.0571.97-
YUV149.34167.3188.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.71%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=19.71%
G=34.38%
B=45.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941642190.570.2500.14206.463.4561.37
Hex5EA4DB39190Ece3f3d
Octal13624433371310163167775
Binary10111101010010011011011111001110010111011001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,219); }

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

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

 a { background-color: rgb(94,164,219); }

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

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

 span { border-color: rgb(94,164,219); }

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