Html Css Color HEX #5EACCE Picton Blue

📋 copy color: '#5EACCE'

red 94 ◦ green 172 ◦ blue 206

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

Shades of Picton Blue #5EACCE

Tints of Picton Blue #5EACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 19.92%
G = 36.44%
B = 43.64%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5EACCE (or 0x5EACCE) is known color: Picton Blue. HEX triplet: 5E, AC and CE. RGB value is (94,172,206). Sum of RGB (Red+Green+Blue) = 94+172+206=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACCE is #A15331. Grayscale: #989898. Windows color (decimal): -10572594 or 13544542. OLE color: 13544542.

HSL color Cylindrical-coordinate representation of color #5EACCE: hue angle of 198.21º 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 #5EACCE is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 172 206 -
CMYK 0.54 0.17 0 0.19
HSL 198.21º 0.53% 0.59% -
HSV(B) 198.21º 0.54% 0.81% -
XYZ 30.51 36.34 63.8 -
YUV 152.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 94 172 206 0.54 0.17 0 0.19 198.21 0.53 0.59
Hex 5E AC CE 36 11 0 13 C6 35 3B
Octal 136 254 316 66 21 0 23 306 65 73
Binary 1011110 10101100 11001110 110110 10001 0 10011 11000110 110101 111011

Color Harmonies of #5EACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACCE

Black with #5EACCE

Text Example


Text Example

White with #5EACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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