#5EA8DD

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

Shades of Picton Blue #5EA8DD

Tints of Picton Blue #5EA8DD

Color information

#5EA8DD (or 0x5EA8DD) is unknown color: approx Picton Blue. HEX triplet: 5E, A8 and DD. RGB value is (94,168,221). Sum of RGB (Red+Green+Blue) = 94+168+221=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA8DD is #A15722. Grayscale: #979797. Windows color (decimal): -10573603 or 14526558. OLE color: 14526558.

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

Color convert

RGB94168221-
CMYK0.570.2400.13
HSL205.04º65.13%61.76%-
HSV(B)205.04º57.47%86.67%-
XYZ31.6735.6173.61-
YUV151.92166.9886.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=19.46%
G=34.78%
B=45.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941682210.570.2400.13205.0465.1361.76
Hex5EA8DD39180Dcd413e
Octal136250335713001531510176
Binary101111010101000110111011110011100001101110011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,168,221); }

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

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

 a { background-color: rgb(94,168,221); }

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

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

 span { border-color: rgb(94,168,221); }

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