Html Css Color HEX #53ADD7 Picton Blue

📋 copy color: '#53ADD7'

red 83 ◦ green 173 ◦ blue 215

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

Shades of Picton Blue #53ADD7

Tints of Picton Blue #53ADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 17.62%
G = 36.73%
B = 45.65%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#53ADD7 (or 0x53ADD7) is known color: Picton Blue. HEX triplet: 53, AD and D7. RGB value is (83,173,215). Sum of RGB (Red+Green+Blue) = 83+173+215=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #53ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADD7 is #AC5228. Grayscale: #969696. Windows color (decimal): -11293225 or 14134611. OLE color: 14134611.

HSL color Cylindrical-coordinate representation of color #53ADD7: hue angle of 199.09º degrees, saturation: 0.62, 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 #53ADD7 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 173 215 -
CMYK 0.61 0.20 0 0.16
HSL 199.09º 0.62% 0.58% -
HSV(B) 199.09º 0.61% 0.84% -
XYZ 30.78 36.63 69.74 -
YUV 150.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 83 173 215 0.61 0.20 0 0.16 199.09 0.62 0.58
Hex 53 AD D7 3D 14 0 10 C7 3E 3A
Octal 123 255 327 75 24 0 20 307 76 72
Binary 1010011 10101101 11010111 111101 10100 0 10000 11000111 111110 111010

Color Harmonies of #53ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADD7

Black with #53ADD7

Text Example


Text Example

White with #53ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,215); }

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

background-color css

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

 a { background-color: rgb(83,173,215); }

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

border-color css

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

 span { border-color: rgb(83,173,215); }

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