Html Css Color HEX #5DACD7 Picton Blue

📋 copy color: '#5DACD7'

red 93 ◦ green 172 ◦ blue 215

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

Shades of Picton Blue #5DACD7

Tints of Picton Blue #5DACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 19.38%
G = 35.83%
B = 44.79%

CMYK

 C value IS 0.57

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DACD7 (or 0x5DACD7) is known color: Picton Blue. HEX triplet: 5D, AC and D7. RGB value is (93,172,215). Sum of RGB (Red+Green+Blue) = 93+172+215=480 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.38% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #5DACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACD7 is #A25328. Grayscale: #999999. Windows color (decimal): -10638121 or 14134365. OLE color: 14134365.

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

Color convert

RGB 93 172 215 -
CMYK 0.57 0.2 0 0.16
HSL 201.15º 0.6% 0.6% -
HSV(B) 201.15º 0.57% 0.84% -
XYZ 31.53 36.74 69.72 -
YUV 153.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 93 172 215 0.57 0.2 0 0.16 201.15 0.6 0.6
Hex 5D AC D7 39 14 0 10 C9 3C 3C
Octal 135 254 327 71 24 0 20 311 74 74
Binary 1011101 10101100 11010111 111001 10100 0 10000 11001001 111100 111100

Color Harmonies of #5DACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACD7

Black with #5DACD7

Text Example


Text Example

White with #5DACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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