Html Css Color HEX #5DACD6 Picton Blue

📋 copy color: '#5DACD6'

red 93 ◦ green 172 ◦ blue 214

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

Shades of Picton Blue #5DACD6

Tints of Picton Blue #5DACD6

RGB

 RED value IS 93 (36.72% from 255) = 19.42%

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

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

R = 19.42%
G = 35.91%
B = 44.68%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DACD6 (or 0x5DACD6) is known color: Picton Blue. HEX triplet: 5D, AC and D6. RGB value is (93,172,214). Sum of RGB (Red+Green+Blue) = 93+172+214=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #5DACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACD6 is #A25329. Grayscale: #989898. Windows color (decimal): -10638122 or 14068829. OLE color: 14068829.

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

Color convert

RGB 93 172 214 -
CMYK 0.57 0.20 0 0.16
HSL 200.83º 0.6% 0.6% -
HSV(B) 200.83º 0.57% 0.84% -
XYZ 31.4 36.69 69.04 -
YUV 153.17 162.33 85.08 -
System Red Green Blue C M Y K H S L
Decimal 93 172 214 0.57 0.20 0 0.16 200.83 0.6 0.6
Hex 5D AC D6 39 14 0 10 C9 3C 3C
Octal 135 254 326 71 24 0 20 311 74 74
Binary 1011101 10101100 11010110 111001 10100 0 10000 11001001 111100 111100

Color Harmonies of #5DACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACD6

Black with #5DACD6

Text Example


Text Example

White with #5DACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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