Html Css Color HEX #53ACDD Picton Blue

📋 copy color: '#53ACDD'

red 83 ◦ green 172 ◦ blue 221

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

Shades of Picton Blue #53ACDD

Tints of Picton Blue #53ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 17.44%
G = 36.13%
B = 46.43%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53ACDD (or 0x53ACDD) is known color: Picton Blue. HEX triplet: 53, AC and DD. RGB value is (83,172,221). Sum of RGB (Red+Green+Blue) = 83+172+221=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #53ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACDD is #AC5322. Grayscale: #969696. Windows color (decimal): -11293475 or 14527571. OLE color: 14527571.

HSL color Cylindrical-coordinate representation of color #53ACDD: hue angle of 201.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53ACDD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 172 221 -
CMYK 0.62 0.22 0 0.13
HSL 201.3º 0.67% 0.6% -
HSV(B) 201.3º 0.62% 0.87% -
XYZ 31.37 36.56 73.81 -
YUV 150.98 167.51 79.52 -
System Red Green Blue C M Y K H S L
Decimal 83 172 221 0.62 0.22 0 0.13 201.3 0.67 0.6
Hex 53 AC DD 3E 16 0 D C9 43 3C
Octal 123 254 335 76 26 0 15 311 103 74
Binary 1010011 10101100 11011101 111110 10110 0 1101 11001001 1000011 111100

Color Harmonies of #53ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACDD

Black with #53ACDD

Text Example


Text Example

White with #53ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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