Html Css Color HEX #5E9ACE Picton Blue

📋 copy color: '#5E9ACE'

red 94 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #5E9ACE

Tints of Picton Blue #5E9ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 20.7%
G = 33.92%
B = 45.37%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E9ACE (or 0x5E9ACE) is known color: Picton Blue. HEX triplet: 5E, 9A and CE. RGB value is (94,154,206). Sum of RGB (Red+Green+Blue) = 94+154+206=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9ACE is #A16531. Grayscale: #8D8D8D. Windows color (decimal): -10577202 or 13539934. OLE color: 13539934.

HSL color Cylindrical-coordinate representation of color #5E9ACE: hue angle of 207.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9ACE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 154 206 -
CMYK 0.54 0.25 0 0.19
HSL 207.86º 0.53% 0.59% -
HSV(B) 207.86º 0.54% 0.81% -
XYZ 27.31 29.95 62.73 -
YUV 141.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 94 154 206 0.54 0.25 0 0.19 207.86 0.53 0.59
Hex 5E 9A CE 36 19 0 13 D0 35 3B
Octal 136 232 316 66 31 0 23 320 65 73
Binary 1011110 10011010 11001110 110110 11001 0 10011 11010000 110101 111011

Color Harmonies of #5E9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9ACE

Black with #5E9ACE

Text Example


Text Example

White with #5E9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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