Html Css Color HEX #5DAADD Picton Blue

📋 copy color: '#5DAADD'

red 93 ◦ green 170 ◦ blue 221

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

Shades of Picton Blue #5DAADD

Tints of Picton Blue #5DAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 19.21%
G = 35.12%
B = 45.66%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DAADD (or 0x5DAADD) is known color: Picton Blue. HEX triplet: 5D, AA and DD. RGB value is (93,170,221). Sum of RGB (Red+Green+Blue) = 93+170+221=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAADD is #A25522. Grayscale: #989898. Windows color (decimal): -10638627 or 14527069. OLE color: 14527069.

HSL color Cylindrical-coordinate representation of color #5DAADD: hue angle of 203.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAADD is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 170 221 -
CMYK 0.58 0.23 0 0.13
HSL 203.91º 0.65% 0.62% -
HSV(B) 203.91º 0.58% 0.87% -
XYZ 31.94 36.3 73.73 -
YUV 152.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 93 170 221 0.58 0.23 0 0.13 203.91 0.65 0.62
Hex 5D AA DD 3A 17 0 D CC 41 3E
Octal 135 252 335 72 27 0 15 314 101 76
Binary 1011101 10101010 11011101 111010 10111 0 1101 11001100 1000001 111110

Color Harmonies of #5DAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAADD

Black with #5DAADD

Text Example


Text Example

White with #5DAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,221); }

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

background-color css

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

 a { background-color: rgb(93,170,221); }

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

border-color css

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

 span { border-color: rgb(93,170,221); }

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