Html Css Color HEX #5EADD1 Picton Blue

📋 copy color: '#5EADD1'

red 94 ◦ green 173 ◦ blue 209

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

Shades of Picton Blue #5EADD1

Tints of Picton Blue #5EADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 19.75%
G = 36.34%
B = 43.91%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5EADD1 (or 0x5EADD1) is known color: Picton Blue. HEX triplet: 5E, AD and D1. RGB value is (94,173,209). Sum of RGB (Red+Green+Blue) = 94+173+209=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #5EADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADD1 is #A1522E. Grayscale: #999999. Windows color (decimal): -10572335 or 13741406. OLE color: 13741406.

HSL color Cylindrical-coordinate representation of color #5EADD1: hue angle of 198.78º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EADD1 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 173 209 -
CMYK 0.55 0.17 0 0.18
HSL 198.78º 0.56% 0.59% -
HSV(B) 198.78º 0.55% 0.82% -
XYZ 31.07 36.87 65.8 -
YUV 153.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 94 173 209 0.55 0.17 0 0.18 198.78 0.56 0.59
Hex 5E AD D1 37 11 0 12 C7 38 3B
Octal 136 255 321 67 21 0 22 307 70 73
Binary 1011110 10101101 11010001 110111 10001 0 10010 11000111 111000 111011

Color Harmonies of #5EADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADD1

Black with #5EADD1

Text Example


Text Example

White with #5EADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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