Html Css Color HEX #5EA0DB Picton Blue

📋 copy color: '#5EA0DB'

red 94 ◦ green 160 ◦ blue 219

#5EA0DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5EA0DB

Tints of Picton Blue #5EA0DB

RGB

 RED value IS 94 (37.11% from 255) = 19.87%

 GREEN value IS 160 (62.89% from 255) = 33.83%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 19.87%
G = 33.83%
B = 46.3%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EA0DB (or 0x5EA0DB) is known color: Picton Blue. HEX triplet: 5E, A0 and DB. RGB value is (94,160,219). Sum of RGB (Red+Green+Blue) = 94+160+219=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EA0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA0DB is #A15F24. Grayscale: #929292. Windows color (decimal): -10575653 or 14393438. OLE color: 14393438.

HSL color Cylindrical-coordinate representation of color #5EA0DB: hue angle of 208.32º 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 #5EA0DB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 160 219 -
CMYK 0.57 0.27 0 0.14
HSL 208.32º 0.63% 0.61% -
HSV(B) 208.32º 0.57% 0.86% -
XYZ 29.97 32.64 71.74 -
YUV 146.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 94 160 219 0.57 0.27 0 0.14 208.32 0.63 0.61
Hex 5E A0 DB 39 1B 0 E D0 3F 3D
Octal 136 240 333 71 33 0 16 320 77 75
Binary 1011110 10100000 11011011 111001 11011 0 1110 11010000 111111 111101

Color Harmonies of #5EA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA0DB

Black with #5EA0DB

Text Example


Text Example

White with #5EA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EA0DB;
 }
 .AnyTagClassName
 {
   color: #5EA0DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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