#5ea0d8

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

Shades of Picton Blue #5EA0D8

Tints of Picton Blue #5EA0D8

Color information

#5EA0D8 (or 0x5EA0D8) is unknown color: approx Picton Blue. HEX triplet: 5E, A0 and D8. RGB value is (94,160,216). Sum of RGB (Red+Green+Blue) = 94+160+216=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #5EA0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA0D8 is #A15F27. Grayscale: #929292. Windows color (decimal): -10575656 or 14196830. OLE color: 14196830.

HSL color Cylindrical-coordinate representation of color #5EA0D8: hue angle of 207.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EA0D8 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94160216-
CMYK0.560.2600.15
HSL207.54º61%60.78%-
HSV(B)207.54º56.48%84.71%-
XYZ29.5832.4869.68-
YUV146.65167.1390.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=20%
G=34.04%
B=45.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941602160.560.2600.15207.546160.78
Hex5EA0D8381A0Fd03d3d
Octal13624033070320173207575
Binary10111101010000011011000111000110100111111010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ea0d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,160,216); }

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

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

 a { background-color: rgb(94,160,216); }

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

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

 span { border-color: rgb(94,160,216); }

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