Html Css Color HEX #5EAADC Picton Blue

📋 copy color: '#5EAADC'

red 94 ◦ green 170 ◦ blue 220

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

Shades of Picton Blue #5EAADC

Tints of Picton Blue #5EAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 19.42%
G = 35.12%
B = 45.45%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EAADC (or 0x5EAADC) is known color: Picton Blue. HEX triplet: 5E, AA and DC. RGB value is (94,170,220). Sum of RGB (Red+Green+Blue) = 94+170+220=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAADC is #A15523. Grayscale: #989898. Windows color (decimal): -10573092 or 14461534. OLE color: 14461534.

HSL color Cylindrical-coordinate representation of color #5EAADC: hue angle of 203.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAADC is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 170 220 -
CMYK 0.57 0.23 0 0.14
HSL 203.81º 0.64% 0.62% -
HSV(B) 203.81º 0.57% 0.86% -
XYZ 31.91 36.3 73.03 -
YUV 152.98 165.82 85.93 -
System Red Green Blue C M Y K H S L
Decimal 94 170 220 0.57 0.23 0 0.14 203.81 0.64 0.62
Hex 5E AA DC 39 17 0 E CC 40 3E
Octal 136 252 334 71 27 0 16 314 100 76
Binary 1011110 10101010 11011100 111001 10111 0 1110 11001100 1000000 111110

Color Harmonies of #5EAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAADC

Black with #5EAADC

Text Example


Text Example

White with #5EAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,220); }

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

background-color css

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

 a { background-color: rgb(94,170,220); }

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

border-color css

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

 span { border-color: rgb(94,170,220); }

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