Html Css Color HEX #53ADDE Picton Blue

📋 copy color: '#53ADDE'

red 83 ◦ green 173 ◦ blue 222

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

Shades of Picton Blue #53ADDE

Tints of Picton Blue #53ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 17.36%
G = 36.19%
B = 46.44%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53ADDE (or 0x53ADDE) is known color: Picton Blue. HEX triplet: 53, AD and DE. RGB value is (83,173,222). Sum of RGB (Red+Green+Blue) = 83+173+222=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #53ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADDE is #AC5221. Grayscale: #979797. Windows color (decimal): -11293218 or 14593363. OLE color: 14593363.

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

Color convert

RGB 83 173 222 -
CMYK 0.63 0.22 0 0.13
HSL 201.15º 0.68% 0.6% -
HSV(B) 201.15º 0.63% 0.87% -
XYZ 31.7 37 74.58 -
YUV 151.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 83 173 222 0.63 0.22 0 0.13 201.15 0.68 0.6
Hex 53 AD DE 3F 16 0 D C9 44 3C
Octal 123 255 336 77 26 0 15 311 104 74
Binary 1010011 10101101 11011110 111111 10110 0 1101 11001001 1000100 111100

Color Harmonies of #53ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADDE

Black with #53ADDE

Text Example


Text Example

White with #53ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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