Html Css Color HEX #5EA9DB Picton Blue

📋 copy color: '#5EA9DB'

red 94 ◦ green 169 ◦ blue 219

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

Shades of Picton Blue #5EA9DB

Tints of Picton Blue #5EA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.06%

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

R = 19.5%
G = 35.06%
B = 45.44%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EA9DB (or 0x5EA9DB) is known color: Picton Blue. HEX triplet: 5E, A9 and DB. RGB value is (94,169,219). Sum of RGB (Red+Green+Blue) = 94+169+219=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EA9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA9DB is #A15624. Grayscale: #989898. Windows color (decimal): -10573349 or 14395742. OLE color: 14395742.

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

Color convert

RGB 94 169 219 -
CMYK 0.57 0.23 0 0.14
HSL 204º 0.63% 0.61% -
HSV(B) 204º 0.57% 0.86% -
XYZ 31.59 35.87 72.28 -
YUV 152.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 94 169 219 0.57 0.23 0 0.14 204 0.63 0.61
Hex 5E A9 DB 39 17 0 E CC 3F 3D
Octal 136 251 333 71 27 0 16 314 77 75
Binary 1011110 10101001 11011011 111001 10111 0 1110 11001100 111111 111101

Color Harmonies of #5EA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA9DB

Black with #5EA9DB

Text Example


Text Example

White with #5EA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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