Html Css Color HEX #5DAACA Picton Blue

📋 copy color: '#5DAACA'

red 93 ◦ green 170 ◦ blue 202

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

Shades of Picton Blue #5DAACA

Tints of Picton Blue #5DAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 20%
G = 36.56%
B = 43.44%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5DAACA (or 0x5DAACA) is known color: Picton Blue. HEX triplet: 5D, AA and CA. RGB value is (93,170,202). Sum of RGB (Red+Green+Blue) = 93+170+202=465 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAACA is #A25535. Grayscale: #969696. Windows color (decimal): -10638646 or 13281885. OLE color: 13281885.

HSL color Cylindrical-coordinate representation of color #5DAACA: hue angle of 197.61º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DAACA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 170 202 -
CMYK 0.54 0.16 0 0.21
HSL 197.61º 0.51% 0.58% -
HSV(B) 197.61º 0.54% 0.79% -
XYZ 29.55 35.34 61.14 -
YUV 150.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 93 170 202 0.54 0.16 0 0.21 197.61 0.51 0.58
Hex 5D AA CA 36 10 0 15 C6 33 3A
Octal 135 252 312 66 20 0 25 306 63 72
Binary 1011101 10101010 11001010 110110 10000 0 10101 11000110 110011 111010

Color Harmonies of #5DAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAACA

Black with #5DAACA

Text Example


Text Example

White with #5DAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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