Html Css Color HEX #53ABDD Picton Blue

📋 copy color: '#53ABDD'

red 83 ◦ green 171 ◦ blue 221

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

Shades of Picton Blue #53ABDD

Tints of Picton Blue #53ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 17.47%
G = 36%
B = 46.53%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53ABDD (or 0x53ABDD) is known color: Picton Blue. HEX triplet: 53, AB and DD. RGB value is (83,171,221). Sum of RGB (Red+Green+Blue) = 83+171+221=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #53ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABDD is #AC5422. Grayscale: #969696. Windows color (decimal): -11293731 or 14527315. OLE color: 14527315.

HSL color Cylindrical-coordinate representation of color #53ABDD: hue angle of 201.74º 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 #53ABDD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 171 221 -
CMYK 0.62 0.23 0 0.13
HSL 201.74º 0.67% 0.6% -
HSV(B) 201.74º 0.62% 0.87% -
XYZ 31.18 36.19 73.75 -
YUV 150.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 83 171 221 0.62 0.23 0 0.13 201.74 0.67 0.6
Hex 53 AB DD 3E 17 0 D CA 43 3C
Octal 123 253 335 76 27 0 15 312 103 74
Binary 1010011 10101011 11011101 111110 10111 0 1101 11001010 1000011 111100

Color Harmonies of #53ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABDD

Black with #53ABDD

Text Example


Text Example

White with #53ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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