Html Css Color HEX #5E9ADB Picton Blue

📋 copy color: '#5E9ADB'

red 94 ◦ green 154 ◦ blue 219

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

Shades of Picton Blue #5E9ADB

Tints of Picton Blue #5E9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.98%

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

R = 20.13%
G = 32.98%
B = 46.9%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E9ADB (or 0x5E9ADB) is known color: Picton Blue. HEX triplet: 5E, 9A and DB. RGB value is (94,154,219). Sum of RGB (Red+Green+Blue) = 94+154+219=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ADB is #A16524. Grayscale: #8F8F8F. Windows color (decimal): -10577189 or 14391902. OLE color: 14391902.

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

Color convert

RGB 94 154 219 -
CMYK 0.57 0.30 0 0.14
HSL 211.2º 0.63% 0.61% -
HSV(B) 211.2º 0.57% 0.86% -
XYZ 28.96 30.61 71.4 -
YUV 143.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 94 154 219 0.57 0.30 0 0.14 211.2 0.63 0.61
Hex 5E 9A DB 39 1E 0 E D3 3F 3D
Octal 136 232 333 71 36 0 16 323 77 75
Binary 1011110 10011010 11011011 111001 11110 0 1110 11010011 111111 111101

Color Harmonies of #5E9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9ADB

Black with #5E9ADB

Text Example


Text Example

White with #5E9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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