#53ACD8

Color #53ACD8 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #53ACD8

Tints of Picton Blue #53ACD8

Color information

#53ACD8 (or 0x53ACD8) is unknown color: approx Picton Blue. HEX triplet: 53, AC and D8. RGB value is (83,172,216). Sum of RGB (Red+Green+Blue) = 83+172+216=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #53ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACD8 is #AC5327. Grayscale: #969696. Windows color (decimal): -11293480 or 14199891. OLE color: 14199891.

HSL color Cylindrical-coordinate representation of color #53ACD8: hue angle of 199.85º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53ACD8 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83172216-
CMYK0.620.2000.15
HSL199.85º63.03%58.63%-
HSV(B)199.85º61.57%84.71%-
XYZ30.7136.370.35-
YUV150.4165.0179.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.62%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 216 (84.77% from 255) = 45.86%
R=17.62%
G=36.52%
B=45.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831722160.620.2000.15199.8563.0358.63
Hex53ACD83E140Fc83f3b
Octal12325433076240173107773
Binary10100111010110011011000111110101000111111001000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53ACD8;
 }
 .AnyTagClassName
 {
   color: #53ACD8;
 }
</style>
background-color css

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

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

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

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

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

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