Html Css Color HEX #5DACCA Picton Blue

📋 copy color: '#5DACCA'

red 93 ◦ green 172 ◦ blue 202

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

Shades of Picton Blue #5DACCA

Tints of Picton Blue #5DACCA

RGB

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

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

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

R = 19.91%
G = 36.83%
B = 43.25%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5DACCA (or 0x5DACCA) is known color: Picton Blue. HEX triplet: 5D, AC and CA. RGB value is (93,172,202). Sum of RGB (Red+Green+Blue) = 93+172+202=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACCA is #A25335. Grayscale: #979797. Windows color (decimal): -10638134 or 13282397. OLE color: 13282397.

HSL color Cylindrical-coordinate representation of color #5DACCA: hue angle of 196.51º 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 #5DACCA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 172 202 -
CMYK 0.54 0.15 0 0.21
HSL 196.51º 0.51% 0.58% -
HSV(B) 196.51º 0.54% 0.79% -
XYZ 29.93 36.1 61.27 -
YUV 151.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 93 172 202 0.54 0.15 0 0.21 196.51 0.51 0.58
Hex 5D AC CA 36 F 0 15 C5 33 3A
Octal 135 254 312 66 17 0 25 305 63 72
Binary 1011101 10101100 11001010 110110 1111 0 10101 11000101 110011 111010

Color Harmonies of #5DACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACCA

Black with #5DACCA

Text Example


Text Example

White with #5DACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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