Html Css Color HEX #53ABDE Picton Blue

📋 copy color: '#53ABDE'

red 83 ◦ green 171 ◦ blue 222

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

Shades of Picton Blue #53ABDE

Tints of Picton Blue #53ABDE

RGB

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

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

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

R = 17.44%
G = 35.92%
B = 46.64%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53ABDE (or 0x53ABDE) is known color: Picton Blue. HEX triplet: 53, AB and DE. RGB value is (83,171,222). Sum of RGB (Red+Green+Blue) = 83+171+222=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #53ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABDE is #AC5421. Grayscale: #969696. Windows color (decimal): -11293730 or 14592851. OLE color: 14592851.

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

Color convert

RGB 83 171 222 -
CMYK 0.63 0.23 0 0.13
HSL 202.01º 0.68% 0.6% -
HSV(B) 202.01º 0.63% 0.87% -
XYZ 31.32 36.24 74.45 -
YUV 150.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 83 171 222 0.63 0.23 0 0.13 202.01 0.68 0.6
Hex 53 AB DE 3F 17 0 D CA 44 3C
Octal 123 253 336 77 27 0 15 312 104 74
Binary 1010011 10101011 11011110 111111 10111 0 1101 11001010 1000100 111100

Color Harmonies of #53ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ABDE

Black with #53ABDE

Text Example


Text Example

White with #53ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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