Html Css Color HEX #53AFDA Picton Blue

📋 copy color: '#53AFDA'

red 83 ◦ green 175 ◦ blue 218

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

Shades of Picton Blue #53AFDA

Tints of Picton Blue #53AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 17.44%
G = 36.76%
B = 45.8%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#53AFDA (or 0x53AFDA) is known color: Picton Blue. HEX triplet: 53, AF and DA. RGB value is (83,175,218). Sum of RGB (Red+Green+Blue) = 83+175+218=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #53AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFDA is #AC5025. Grayscale: #989898. Windows color (decimal): -11292710 or 14331731. OLE color: 14331731.

HSL color Cylindrical-coordinate representation of color #53AFDA: hue angle of 199.11º degrees, saturation: 0.65, 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 #53AFDA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 175 218 -
CMYK 0.62 0.20 0 0.15
HSL 199.11º 0.65% 0.59% -
HSV(B) 199.11º 0.62% 0.85% -
XYZ 31.55 37.56 71.92 -
YUV 152.39 165.02 78.5 -
System Red Green Blue C M Y K H S L
Decimal 83 175 218 0.62 0.20 0 0.15 199.11 0.65 0.59
Hex 53 AF DA 3E 14 0 F C7 41 3B
Octal 123 257 332 76 24 0 17 307 101 73
Binary 1010011 10101111 11011010 111110 10100 0 1111 11000111 1000001 111011

Color Harmonies of #53AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFDA

Black with #53AFDA

Text Example


Text Example

White with #53AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,175,218); }

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

background-color css

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

 a { background-color: rgb(83,175,218); }

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

border-color css

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

 span { border-color: rgb(83,175,218); }

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