Html Css Color HEX #5EABCD Picton Blue

📋 copy color: '#5EABCD'

red 94 ◦ green 171 ◦ blue 205

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

Shades of Picton Blue #5EABCD

Tints of Picton Blue #5EABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 20%
G = 36.38%
B = 43.62%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EABCD (or 0x5EABCD) is known color: Picton Blue. HEX triplet: 5E, AB and CD. RGB value is (94,171,205). Sum of RGB (Red+Green+Blue) = 94+171+205=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABCD is #A15432. Grayscale: #979797. Windows color (decimal): -10572851 or 13478750. OLE color: 13478750.

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

Color convert

RGB 94 171 205 -
CMYK 0.54 0.17 0 0.20
HSL 198.38º 0.53% 0.59% -
HSV(B) 198.38º 0.54% 0.8% -
XYZ 30.2 35.91 63.1 -
YUV 151.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 94 171 205 0.54 0.17 0 0.20 198.38 0.53 0.59
Hex 5E AB CD 36 11 0 14 C6 35 3B
Octal 136 253 315 66 21 0 24 306 65 73
Binary 1011110 10101011 11001101 110110 10001 0 10100 11000110 110101 111011

Color Harmonies of #5EABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABCD

Black with #5EABCD

Text Example


Text Example

White with #5EABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,171,205); }

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

background-color css

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

 a { background-color: rgb(94,171,205); }

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

border-color css

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

 span { border-color: rgb(94,171,205); }

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