Html Css Color HEX #5EACD6 Picton Blue

📋 copy color: '#5EACD6'

red 94 ◦ green 172 ◦ blue 214

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

Shades of Picton Blue #5EACD6

Tints of Picton Blue #5EACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 19.58%
G = 35.83%
B = 44.58%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5EACD6 (or 0x5EACD6) is known color: Picton Blue. HEX triplet: 5E, AC and D6. RGB value is (94,172,214). Sum of RGB (Red+Green+Blue) = 94+172+214=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #5EACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACD6 is #A15329. Grayscale: #999999. Windows color (decimal): -10572586 or 14068830. OLE color: 14068830.

HSL color Cylindrical-coordinate representation of color #5EACD6: hue angle of 201º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EACD6 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 172 214 -
CMYK 0.56 0.20 0 0.16
HSL 201º 0.59% 0.6% -
HSV(B) 201º 0.56% 0.84% -
XYZ 31.51 36.74 69.05 -
YUV 153.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 94 172 214 0.56 0.20 0 0.16 201 0.59 0.6
Hex 5E AC D6 38 14 0 10 C9 3B 3C
Octal 136 254 326 70 24 0 20 311 73 74
Binary 1011110 10101100 11010110 111000 10100 0 10000 11001001 111011 111100

Color Harmonies of #5EACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACD6

Black with #5EACD6

Text Example


Text Example

White with #5EACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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