Html Css Color HEX #5EADCE Picton Blue

📋 copy color: '#5EADCE'

red 94 ◦ green 173 ◦ blue 206

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

Shades of Picton Blue #5EADCE

Tints of Picton Blue #5EADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 19.87%
G = 36.58%
B = 43.55%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5EADCE (or 0x5EADCE) is known color: Picton Blue. HEX triplet: 5E, AD and CE. RGB value is (94,173,206). Sum of RGB (Red+Green+Blue) = 94+173+206=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADCE is #A15231. Grayscale: #989898. Windows color (decimal): -10572338 or 13544798. OLE color: 13544798.

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

Color convert

RGB 94 173 206 -
CMYK 0.54 0.16 0 0.19
HSL 197.68º 0.53% 0.59% -
HSV(B) 197.68º 0.54% 0.81% -
XYZ 30.7 36.72 63.86 -
YUV 153.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 94 173 206 0.54 0.16 0 0.19 197.68 0.53 0.59
Hex 5E AD CE 36 10 0 13 C6 35 3B
Octal 136 255 316 66 20 0 23 306 65 73
Binary 1011110 10101101 11001110 110110 10000 0 10011 11000110 110101 111011

Color Harmonies of #5EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADCE

Black with #5EADCE

Text Example


Text Example

White with #5EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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