#83A4DA

Color #83A4DA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #83A4DA

Tints of Jordy Blue #83A4DA

Color information

#83A4DA (or 0x83A4DA) is unknown color: approx Jordy Blue. HEX triplet: 83, A4 and DA. RGB value is (131,164,218). Sum of RGB (Red+Green+Blue) = 131+164+218=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #83A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83A4DA is #7C5B25. Grayscale: #A0A0A0. Windows color (decimal): -8149798 or 14328963. OLE color: 14328963.

HSL color Cylindrical-coordinate representation of color #83A4DA: hue angle of 217.24º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A4DA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131164218-
CMYK0.400.2500.15
HSL217.24º54.04%68.43%-
HSV(B)217.24º39.91%85.49%-
XYZ35.2936.4471.5-
YUV160.29160.57107.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.54%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=25.54%
G=31.97%
B=42.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311642180.400.2500.15217.2454.0468.43
Hex83A4DA28190Fd93644
Octal203244332503101733166104
Binary1000001110100100110110101010001100101111110110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A4DA; }

 p { color: rgb(131,164,218); }

 H1.HeaderClassName
 {
   color: #83A4DA;
 }
 .AnyTagClassName
 {
   color: #83A4DA;
 }
</style>
background-color css

<style>
 a { background-color: #83A4DA; }

 a { background-color: rgb(131,164,218); }

 div.DivClassName
 {
   background-color: #83A4DA;
 }
 .BgClassName
 {
   background-color: #83A4DA;
 }
</style>
border-color css

<style>
 span { border-color: #83A4DA; }

 span { border-color: rgb(131,164,218); }

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