Html Css Color HEX #53ACD5 Picton Blue

📋 copy color: '#53ACD5'

red 83 ◦ green 172 ◦ blue 213

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

Shades of Picton Blue #53ACD5

Tints of Picton Blue #53ACD5

RGB

 RED value IS 83 (32.81% from 255) = 17.74%

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 17.74%
G = 36.75%
B = 45.51%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#53ACD5 (or 0x53ACD5) is known color: Picton Blue. HEX triplet: 53, AC and D5. RGB value is (83,172,213). Sum of RGB (Red+Green+Blue) = 83+172+213=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #53ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACD5 is #AC532A. Grayscale: #959595. Windows color (decimal): -11293483 or 14003283. OLE color: 14003283.

HSL color Cylindrical-coordinate representation of color #53ACD5: hue angle of 198.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53ACD5 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 172 213 -
CMYK 0.61 0.19 0 0.16
HSL 198.92º 0.61% 0.58% -
HSV(B) 198.92º 0.61% 0.84% -
XYZ 30.33 36.15 68.33 -
YUV 150.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 83 172 213 0.61 0.19 0 0.16 198.92 0.61 0.58
Hex 53 AC D5 3D 13 0 10 C7 3D 3A
Octal 123 254 325 75 23 0 20 307 75 72
Binary 1010011 10101100 11010101 111101 10011 0 10000 11000111 111101 111010

Color Harmonies of #53ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACD5

Black with #53ACD5

Text Example


Text Example

White with #53ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ACD5; }

 p { color: rgb(83,172,213); }

 H1.HeaderClassName
 {
   color: #53ACD5;
 }
 .AnyTagClassName
 {
   color: #53ACD5;
 }
</style>

background-color css

<style>
 a { background-color: #53ACD5; }

 a { background-color: rgb(83,172,213); }

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

border-color css

<style>
 span { border-color: #53ACD5; }

 span { border-color: rgb(83,172,213); }

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