Html Css Color HEX #5DACCD Picton Blue

📋 copy color: '#5DACCD'

red 93 ◦ green 172 ◦ blue 205

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

Shades of Picton Blue #5DACCD

Tints of Picton Blue #5DACCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 19.79%
G = 36.6%
B = 43.62%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DACCD (or 0x5DACCD) is known color: Picton Blue. HEX triplet: 5D, AC and CD. RGB value is (93,172,205). Sum of RGB (Red+Green+Blue) = 93+172+205=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACCD is #A25332. Grayscale: #979797. Windows color (decimal): -10638131 or 13479005. OLE color: 13479005.

HSL color Cylindrical-coordinate representation of color #5DACCD: hue angle of 197.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DACCD is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 172 205 -
CMYK 0.55 0.16 0 0.20
HSL 197.68º 0.53% 0.58% -
HSV(B) 197.68º 0.55% 0.8% -
XYZ 30.29 36.24 63.16 -
YUV 152.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 93 172 205 0.55 0.16 0 0.20 197.68 0.53 0.58
Hex 5D AC CD 37 10 0 14 C6 35 3A
Octal 135 254 315 67 20 0 24 306 65 72
Binary 1011101 10101100 11001101 110111 10000 0 10100 11000110 110101 111010

Color Harmonies of #5DACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACCD

Black with #5DACCD

Text Example


Text Example

White with #5DACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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